GigaSpaces XAP.NET Documentation
WaitForManaged Method (timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ProcessingUnitIProcessingUnitWaitForManaged(TimeSpan)
Waits for the specified timeout till there is a managing IGridServiceManager for the processing unit.
Declaration Syntax
C#Visual BasicVisual C++J#
IGridServiceManager WaitForManaged(
	TimeSpan timeout
)
Function WaitForManaged ( _
	timeout As TimeSpan _
) As IGridServiceManager
IGridServiceManager^ WaitForManaged(
	TimeSpan timeout
)
IGridServiceManager WaitForManaged(
	TimeSpan timeout
)
Parameters
timeout (TimeSpan)
Time to wait.
Return Value
Managing grid service manager or null if the timeout elapsed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)