Click or drag to resize

ReplicaSetMessageT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.MessageDefaultRequestMessage
    SoftGear.Strix.Client.Replica.MessageReplicaSetMessageT

Namespace:  SoftGear.Strix.Client.Replica.Message
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class ReplicaSetMessage<T> : DefaultRequestMessage
where T : Replica

Type Parameters

T

The ReplicaSetMessageT type exposes the following members.

Constructors
  NameDescription
Public methodReplicaSetMessageT
Initializes a new instance of the ReplicaSetMessageT class
Public methodReplicaSetMessageT(Int64, IDictionaryInt32, Object)
Initializes a new instance of the ReplicaSetMessageT class
Top
Methods
See Also