Click or drag to resize

ReplicaClientRReplicaSetNotificationEventHandler Delegate

Namespace:  SoftGear.Strix.Client.Replica
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
public delegate void ReplicaSetNotificationEventHandler(
	NotificationEventArgs<ReplicaSetNotification<R>> notification
)

Parameters

notification
Type: SoftGear.Strix.Client.CoreNotificationEventArgsReplicaSetNotificationR
See Also