Represents statistics of an outgoing replication channel.

C# | Visual Basic | Visual C++ | J# |
public interface IOutgoingChannel
Public Interface IOutgoingChannel
public interface class IOutgoingChannel
public interface IOutgoingChannel

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | LastConfirmedKeyFromTarget |
Gets the last confirmed key from target.
|
![]() | LastKeyToReplicate |
Gets the last key to replicate.
|
![]() | NumberOfReplicatedPackets |
Gets the number of replicated packets.
|
![]() | ReplicationMode |
Gets the replication mode.
|
![]() | State |
Gets the replication's state.
|
![]() | TargetMemberName |
Gets the target member name.
|