SystemPropertiesMaxQueueSize Property |
Returns the max queue size for notification messages
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint MaxQueueSize { get; }
Public ReadOnly Property MaxQueueSize As UInteger
Get
public:
property unsigned int MaxQueueSize {
unsigned int get ();
}
member MaxQueueSize : uint32 with get
Return Value
Type:
UInt32the max queue size
See Also