GigaSpaces XAP.NET Documentation
WaitForSinkSource Method (sourceGatewayName, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayWaitForSinkSource(String, TimeSpan)
Waits for the specified timeout (in time interval) till the gateway sink with the given source gateway name is identified as deployed.
Declaration Syntax
C#Visual BasicVisual C++J#
IGatewaySinkSource WaitForSinkSource(
	string sourceGatewayName,
	TimeSpan timeout
)
Function WaitForSinkSource ( _
	sourceGatewayName As String, _
	timeout As TimeSpan _
) As IGatewaySinkSource
IGatewaySinkSource^ WaitForSinkSource(
	String^ sourceGatewayName, 
	TimeSpan timeout
)
IGatewaySinkSource WaitForSinkSource(
	String sourceGatewayName,
	TimeSpan timeout
)
Parameters
sourceGatewayName (String)
The source gateway name to look for.
timeout (TimeSpan)
Time to wait.
Return Value
IGatewaySinkSource for the given gateway name or
CopyC#
null
if the sink source is not deployed within the specified timeout.

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