Share via


NotifyDictionaryClearEventArgs<TKey,TValue>(Int64) Constructor

Definition

Initializes a new instance of the <cref name="NotifyDictionaryClearEventArgs"></cref>

public NotifyDictionaryClearEventArgs(long commitSequenceNumber);
new Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryClearEventArgs<'Key, 'Value> : int64 -> Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryClearEventArgs<'Key, 'Value>
Public Sub New (commitSequenceNumber As Long)

Parameters

commitSequenceNumber
Int64

The commit sequence number of the transaction cleared the <cref name="IReliableDictionary"></cref>

Applies to