ReceiveMessageRecord Constructors

Definition

Initializes a new instance of the ReceiveMessageRecord class.

Overloads

ReceiveMessageRecord(ReceiveMessageRecord)

Initializes a new instance of the ReceiveMessageRecord class using the specified ReceiveMessageRecord instance.

ReceiveMessageRecord(String)

Initializes a new instance of the ReceiveMessageRecord class using the specified name.

ReceiveMessageRecord(ReceiveMessageRecord)

Initializes a new instance of the ReceiveMessageRecord class using the specified ReceiveMessageRecord instance.

C#
protected ReceiveMessageRecord(System.ServiceModel.Activities.Tracking.ReceiveMessageRecord record);

Parameters

record
ReceiveMessageRecord

The tracking information.

Applies to

.NET Framework 4.8.1 a další verze
Produkt Verze
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ReceiveMessageRecord(String)

Initializes a new instance of the ReceiveMessageRecord class using the specified name.

C#
public ReceiveMessageRecord(string name);

Parameters

name
String

The name of the tracking record.

Applies to

.NET Framework 4.8.1 a další verze
Produkt Verze
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1