NotifyDictionaryClearEventArgs<TKey,TValue> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the DictionaryChanged event caused by a clear operation.
public class NotifyDictionaryClearEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryChangedEventArgs<TKey,TValue>
type NotifyDictionaryClearEventArgs<'Key, 'Value> = class
inherit NotifyDictionaryChangedEventArgs<'Key, 'Value>
Public Class NotifyDictionaryClearEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryChangedEventArgs(Of TKey, TValue)
Type Parameters
- TKey
The type of the keys in the .
- TValue
The type of the values in the .
- Inheritance
Constructors
NotifyDictionaryClearEventArgs<TKey,TValue>(Int64) |
Initializes a new instance of the |
Properties
Action |
Gets the action that caused the event. (Inherited from NotifyDictionaryChangedEventArgs<TKey,TValue>) |
CommitSequenceNumber |
Gets the commit sequence number for the operation that committed the clear. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET