NotificationOutcomeCollection 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.
Notification outcome dictionary
[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)
- Inheritance
-
NotificationOutcomeCollection
- Attributes
Constructors
NotificationOutcomeCollection() |
Initializes a new instance of the NotificationOutcomeCollection class. |
Extension Methods
TryRemove<TKey,TValue>(Dictionary<TKey,TValue>, TKey, TValue) |
Removes the value associated with specified key. |
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