PoolThreadLocalConnections Property |
Returns the true if ThreadLocalConnections are enabled on this pool.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool ThreadLocalConnections { get; }
Public ReadOnly Property ThreadLocalConnections As Boolean
Get
public:
property bool ThreadLocalConnections {
bool get ();
}
member ThreadLocalConnections : bool with get
Property Value
Type:
Boolean
See Also