 | ContextFactoryCreateReplicationGroupMessageId Method |
version: 10.22.0
Create an Replication Group Message Id object from a string.
A IReplicationGroupMessageId is a
IReplayStartLocation instance that when set in
ReplayStartLocationEx indicates that only messages spooled in the replay
log after the given IReplicationGroupMessageId should be replayed.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic IReplicationGroupMessageId CreateReplicationGroupMessageId(
string replicationGroupMessageIdString
)
Parameters
- replicationGroupMessageIdString
- Type: SystemString
formatted id string from ToString
Return Value
Type:
IReplicationGroupMessageId
Returns a valid Replication Group Message Id instance.
ExceptionsException | Condition |
---|
OperationErrorException |
When create operation fails.
Possible subcodes:
- ParamOutOfRange, When replicationGroupMessageIdString is an invalid format.
|
ArgumentNullException |
When replicationGroupMessageIdString is null.
|
FatalErrorException |
Thrown when an unrecoverable error occurs.
|
See Also