Click or drag to resize

ReplicaDeleteNotificationT Class

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

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

Type Parameters

T

The ReplicaDeleteNotificationT type exposes the following members.

Constructors
  NameDescription
Public methodReplicaDeleteNotificationT
Initializes a new instance of the ReplicaDeleteNotificationT class
Public methodReplicaDeleteNotificationT(Int64)
Initializes a new instance of the ReplicaDeleteNotificationT class
Top
Methods
  NameDescription
Public methodGetReplicaId
Public methodSetReplicaId
Top
See Also