GigaSpaces XAP.NET Documentation
WaitForSinkSource Method (sourceGatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayWaitForSinkSource(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#
IGatewaySinkSource WaitForSinkSource(
	string sourceGatewayName
)
Function WaitForSinkSource ( _
	sourceGatewayName As String _
) As IGatewaySinkSource
IGatewaySinkSource^ WaitForSinkSource(
	String^ sourceGatewayName
)
IGatewaySinkSource WaitForSinkSource(
	String sourceGatewayName
)
Parameters
sourceGatewayName (String)
The source gateway name to look for.
Return Value
IGatewaySinkSource for the given gateway name or
CopyC#
null
if the sink source is not deployed within the default timeout.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)