GigaSpaces XAP.NET Documentation
IGatewaySinkSource Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewaySinkSource
A sink source is the target end point of a remote IGateway which is replicating into this gateway's sink.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IGatewaySinkSource
Public Interface IGatewaySinkSource
public interface class IGatewaySinkSource
public interface IGatewaySinkSource
Members
All MembersMethodsProperties



IconMemberDescription
BootstrapFromGatewayAndWait()()()
Bootstrap the local ISpace which is associated to this sink from a remote space. This bootstrap request will use default timeout set by SetDefaultTimeout(TimeSpan) A bootstrap request can only be executed if this sink RequiresBootstrapOnStartup.

BootstrapFromGatewayAndWait(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.

Sink
Gets the sink this source is part of.

SourceGatewayName
Gets the name of the remote gateway which this source acts as its end point.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)