次の方法で共有


AS2ErrorSettings(Boolean, Boolean) コンストラクター

定義

AS2ErrorSettings の新しいインスタンスを初期化します。

public AS2ErrorSettings (bool suspendDuplicateMessage, bool resendIfMdnNotReceived);
new Azure.ResourceManager.Logic.Models.AS2ErrorSettings : bool * bool -> Azure.ResourceManager.Logic.Models.AS2ErrorSettings
Public Sub New (suspendDuplicateMessage As Boolean, resendIfMdnNotReceived As Boolean)

パラメーター

suspendDuplicateMessage
Boolean

重複するメッセージを中断するかどうかを示す値。

resendIfMdnNotReceived
Boolean

MDN が受信されていない場合にメッセージを再送信するかどうかを示す値。

適用対象