Freigeben über


AS2OneWayAgreement Konstruktoren

Definition

Überlädt

AS2OneWayAgreement()

Initialisiert eine neue instance der AS2OneWayAgreement-Klasse.

AS2OneWayAgreement(BusinessIdentity, BusinessIdentity, AS2ProtocolSettings)

Initialisiert eine neue instance der AS2OneWayAgreement-Klasse.

AS2OneWayAgreement()

Initialisiert eine neue instance der AS2OneWayAgreement-Klasse.

public AS2OneWayAgreement ();
Public Sub New ()

Gilt für:

AS2OneWayAgreement(BusinessIdentity, BusinessIdentity, AS2ProtocolSettings)

Initialisiert eine neue instance der AS2OneWayAgreement-Klasse.

public AS2OneWayAgreement (Microsoft.Azure.Management.Logic.Models.BusinessIdentity senderBusinessIdentity, Microsoft.Azure.Management.Logic.Models.BusinessIdentity receiverBusinessIdentity, Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings protocolSettings);
new Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement : Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.BusinessIdentity * Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings -> Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement
Public Sub New (senderBusinessIdentity As BusinessIdentity, receiverBusinessIdentity As BusinessIdentity, protocolSettings As AS2ProtocolSettings)

Parameter

senderBusinessIdentity
BusinessIdentity

Die Geschäftsidentität des Absenders

receiverBusinessIdentity
BusinessIdentity

Die Unternehmensidentität des Empfängers

protocolSettings
AS2ProtocolSettings

Die AS2-Protokolleinstellungen.

Gilt für: