Click or drag to resize

ReplayStartLocation Class

version: 10.20.0
This abstract class specifies a message replay start location In includes factory methods for creating a ReplayStartLocation object.
Inheritance Hierarchy
SystemObject
  SolaceSystems.Solclient.MessagingReplayStartLocation
    SolaceSystems.Solclient.MessagingReplayStartLocationBeginning
    SolaceSystems.Solclient.MessagingReplayStartLocationDate

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

The ReplayStartLocation type exposes the following members.

Constructors
  NameDescription
Protected methodReplayStartLocation
Initializes a new instance of the ReplayStartLocation class
Top
Methods
  NameDescription
Public methodStatic memberDate
The Date factory with no arguments returns a Replay Start representing the unix epoch (1970-01-01T00:00:00Z). ReplayStartLocation
Public methodStatic memberDate(DateTime)
The Date factory returns a Replay Start from a given DateTime. The DateTime is always converted to UTC time. ReplayStartLocation
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberBeginning
The Beginning field represents a Replay Start from the beginning of the Replay Log. for ReplayStartLocation
Top
See Also