NotificationOutcomeCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通知結果ディクショナリ
[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) |
指定したキーに関連付けられている値を削除します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET