NotificationOutcomeCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Dicionário de resultados de notificação
[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)
- Herança
-
NotificationOutcomeCollection
- Atributos
Construtores
NotificationOutcomeCollection() |
Inicializa uma nova instância da classe NotificationOutcomeCollection. |
Métodos de Extensão
TryRemove<TKey,TValue>(Dictionary<TKey,TValue>, TKey, TValue) |
Remove o valor associado à chave especificada. |
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET