GigaSpaces XAP.NET Documentation
WaitForSink Method (sourceGatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayWaitForSink(String)
Waits for the default timeout specified by SetDefaultTimeout(TimeSpan) till the gateway sink with the given source gateway name is identified as deployed.
Declaration Syntax
C#Visual BasicVisual C++J#
IGatewaySink WaitForSink(
	string sourceGatewayName
)
Function WaitForSink ( _
	sourceGatewayName As String _
) As IGatewaySink
IGatewaySink^ WaitForSink(
	String^ sourceGatewayName
)
IGatewaySink WaitForSink(
	String sourceGatewayName
)
Parameters
sourceGatewayName (String)
The source gateway name to look for in a sink.
Return Value
A IGatewaySink that has a source with the given gateway name or
CopyC#
null
if the sink is not deployed within the default timeout.

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