Click or drag to resize

ReplicaCreateNotificationT Class

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

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

Type Parameters

T

The ReplicaCreateNotificationT type exposes the following members.

Constructors
  NameDescription
Public methodReplicaCreateNotificationT
Initializes a new instance of the ReplicaCreateNotificationT class
Public methodReplicaCreateNotificationT(T)
Initializes a new instance of the ReplicaCreateNotificationT class
Top
Methods
  NameDescription
Public methodGetReplica
Public methodSetReplica
Top
See Also