Click or drag to resize

ReplicaSetNotificationT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Replica.MessageReplicaSetNotificationT

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 ReplicaSetNotification<T> : INotificationMessage
where T : Replica

Type Parameters

T

The ReplicaSetNotificationT type exposes the following members.

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