Click or drag to resize

ReplayStartLocationBeginning Class

version: 10.20.0
The ReplayStartLocationBeginning class represents a Replay Start from the beginning of the Replay Log. for ReplayStartLocation
Inheritance Hierarchy
SystemObject
  SolaceSystems.Solclient.MessagingReplayStartLocation
    SolaceSystems.Solclient.MessagingReplayStartLocationBeginning

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.20.0
Syntax
C#
[SerializableAttribute]
public sealed class ReplayStartLocationBeginning : ReplayStartLocation

The ReplayStartLocationBeginning type exposes the following members.

Methods
  NameDescription
Public methodEquals
Implement an equality method for ReplayStartLocationBeginning
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Use the default getHashCode()
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Creates and returns a string representation of the ReplayStartLocation
(Overrides ObjectToString.)
Top
See Also