次の方法で共有


ExceptionRule.Actions プロパティ

定義

例外がトリガーされた後に実行するアクションのディクショナリ コレクション。 キーは、各例外アクションの ID です。

public System.Collections.Generic.IDictionary<string,Azure.Communication.JobRouter.ExceptionAction?> Actions { get; }
member this.Actions : System.Collections.Generic.IDictionary<string, Azure.Communication.JobRouter.ExceptionAction>
Public ReadOnly Property Actions As IDictionary(Of String, ExceptionAction)

プロパティ値

適用対象