NotificationOutcomeCollection Klasse

Definition

Benachrichtigungsergebniswörterbuch

[System.Runtime.Serialization.CollectionDataContract(ItemName="Outcome", KeyName="Name", Name="NotificationOutcomeCollection", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Count")]
public sealed class NotificationOutcomeCollection : System.Collections.Generic.Dictionary<string,long>
[<System.Runtime.Serialization.CollectionDataContract(ItemName="Outcome", KeyName="Name", Name="NotificationOutcomeCollection", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Count")>]
type NotificationOutcomeCollection = class
    inherit Dictionary<string, int64>
Public NotInheritable Class NotificationOutcomeCollection
Inherits Dictionary(Of String, Long)
Vererbung
NotificationOutcomeCollection
Attribute

Konstruktoren

NotificationOutcomeCollection()

Initialisiert eine neue Instanz der NotificationOutcomeCollection-Klasse.

Erweiterungsmethoden

TryRemove<TKey,TValue>(Dictionary<TKey,TValue>, TKey, TValue)

Entfernt den Wert, der dem angegebenen Schlüssel zugeordnet ist.

Gilt für: