GigaSpaces XAP.NET Documentation
ContainsSource Method (sourceGatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewaySinkContainsSource(String)
Returns
CopyC#
true
if this sink has a source gateway with the specified name;
CopyC#
false
otherwise.
Declaration Syntax
C#Visual BasicVisual C++J#
bool ContainsSource(
	string sourceGatewayName
)
Function ContainsSource ( _
	sourceGatewayName As String _
) As Boolean
bool ContainsSource(
	String^ sourceGatewayName
)
boolean ContainsSource(
	String sourceGatewayName
)
Parameters
sourceGatewayName (String)
The source gateway name to look for.
Return Value
CopyC#
true
if this sink has a source gateway with the specified name;
CopyC#
false
otherwise.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)