GigaSpaces XAP.NET Documentation
WaitForSpaceInstance Method (timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitInstanceWaitForSpaceInstance(TimeSpan)
Wait for the provided timeout till a ISpaceInstance that is started within this processing unit instance is discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpaceInstance WaitForSpaceInstance(
	TimeSpan timeout
)
Function WaitForSpaceInstance ( _
	timeout As TimeSpan _
) As ISpaceInstance
ISpaceInstance^ WaitForSpaceInstance(
	TimeSpan timeout
)
ISpaceInstance WaitForSpaceInstance(
	TimeSpan timeout
)
Parameters
timeout (TimeSpan)
Time to wait.
Return Value
Space processing unit instance or null if the timeout elapsed.

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