A sink source is the target end point of a remote IGateway which is replicating into this gateway's sink.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IGatewaySinkSource
Public Interface IGatewaySinkSource
public interface class IGatewaySinkSource
public interface IGatewaySinkSource
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
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.
|