GigaSpaces XAP.NET Documentation
RequiredGlobalInstances Property
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentIAgentProcessesDetailsRequiredGlobalInstances
Gets a mapping of configured global instances the IGridServiceAgent was started with.
Declaration Syntax
C#Visual BasicVisual C++J#
IDictionary<string, int> RequiredGlobalInstances { get; }
ReadOnly Property RequiredGlobalInstances As IDictionary(Of String, Integer)
property IDictionary<String^, int>^ RequiredGlobalInstances {
	IDictionary<String^, int>^ get ();
}
/** @property */
IDictionary<String, int> get_RequiredGlobalInstances()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.1.0.0 (12.1.0.17000)