Click or drag to resize

ReplicaSetMessage<T> Class

Inheritance Hierarchy
System.Object
  SoftGear.Strix.Client.Core.Message.DefaultRequestMessage
    SoftGear.Strix.Client.Replica.Message.ReplicaSetMessage<T>

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 ReplicaSetMessage<T> type exposes the following members.

Constructors
  NameDescription
Public methodReplicaSetMessage<T>()
Initializes a new instance of the ReplicaSetMessage<T> class
Public methodReplicaSetMessage<T>(Int64, IDictionary<Int32, Object>)
Initializes a new instance of the ReplicaSetMessage<T> class
Top
Methods
See Also