10.24.0

IReplicationGroupMessageIdToString Method

Returns a string that can later be passed to CreateReplicationGroupMessageId(String) to create a ReplicationGroupMessageId object.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
string ToString()

Return Value

String
A serialized string of the IReplicationGroupMessageId.

See Also