Click or drag to resize

ReplicaChangeOwnerNotificationT Class

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

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

Type Parameters

T

The ReplicaChangeOwnerNotificationT type exposes the following members.

Constructors
  NameDescription
Public methodReplicaChangeOwnerNotificationT
Initializes a new instance of the ReplicaChangeOwnerNotificationT class
Public methodReplicaChangeOwnerNotificationT(Int64, UID)
Initializes a new instance of the ReplicaChangeOwnerNotificationT class
Top
Methods
See Also