GigaSpaces XAP.NET Documentation
Contains Method (spaceInstance)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MachineIMachineContains(ISpaceInstance)
Returns true if the machine contains the provided space instance.
Declaration Syntax
C#Visual BasicVisual C++J#
bool Contains(
	ISpaceInstance spaceInstance
)
Function Contains ( _
	spaceInstance As ISpaceInstance _
) As Boolean
bool Contains(
	ISpaceInstance^ spaceInstance
)
boolean Contains(
	ISpaceInstance spaceInstance
)
Parameters
spaceInstance (ISpaceInstance)
The space instance to locate.
Return Value
true if the machine contains the provided space instance.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)