Click or drag to resize

IReplicationGroupMessageId Interface

version: 10.22.0
Interface for replication group message ids. Can be used to specify a IReplayStartLocation for the message after this id. The IReplayStartLocation is set in the corresponding flow property ReplayStartLocationEx.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public interface IReplicationGroupMessageId : IReplayStartLocation

The IReplicationGroupMessageId type exposes the following members.

Methods
  NameDescription
Public methodCompare
Compares one id instance to another.
Public methodToString
Returns a string that can later be passed to CreateReplicationGroupMessageId(String) to create a ReplicationGroupMessageId object.
Top
See Also