次の方法で共有


NotificationOutcomeCollection クラス

定義

通知結果ディクショナリ

[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)
継承
NotificationOutcomeCollection
属性

コンストラクター

NotificationOutcomeCollection()

NotificationOutcomeCollection クラスの新しいインスタンスを初期化します。

拡張メソッド

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

指定したキーに関連付けられている値を削除します。

適用対象