다음을 통해 공유


AS2ErrorSettings(Boolean, Boolean) Constructor

Definition

Initializes a new instance of 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)

Parameters

suspendDuplicateMessage
Boolean

The value indicating whether to suspend duplicate message.

resendIfMdnNotReceived
Boolean

The value indicating whether to resend message If MDN is not received.

Applies to