GigaSpaces XAP.NET Documentation
BootstrapFromGatewayAndWait Method (timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewaySinkSourceBootstrapFromGatewayAndWait(TimeSpan)
Bootstrap the local ISpace which is associated to this sink from a remote space. This bootstrap request will use provided timeout. A bootstrap request can only be executed if this sink RequiresBootstrapOnStartup.
Declaration Syntax
C#Visual BasicVisual C++J#
IBootstrapResult BootstrapFromGatewayAndWait(
	TimeSpan timeout
)
Function BootstrapFromGatewayAndWait ( _
	timeout As TimeSpan _
) As IBootstrapResult
IBootstrapResult^ BootstrapFromGatewayAndWait(
	TimeSpan timeout
)
IBootstrapResult BootstrapFromGatewayAndWait(
	TimeSpan timeout
)
Parameters
timeout (TimeSpan)
Time to wait.
Return Value
Bootstrap result

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