SendMessageRecord Constructors

Definition

Initializes a new instance of the SendMessageRecord class.

Overloads

SendMessageRecord(SendMessageRecord)

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

SendMessageRecord(String)

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

SendMessageRecord(SendMessageRecord)

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

protected:
 SendMessageRecord(System::ServiceModel::Activities::Tracking::SendMessageRecord ^ record);
protected SendMessageRecord (System.ServiceModel.Activities.Tracking.SendMessageRecord record);
new System.ServiceModel.Activities.Tracking.SendMessageRecord : System.ServiceModel.Activities.Tracking.SendMessageRecord -> System.ServiceModel.Activities.Tracking.SendMessageRecord
Protected Sub New (record As SendMessageRecord)

Parameters

record
SendMessageRecord

The tracking information.

Applies to

SendMessageRecord(String)

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

public:
 SendMessageRecord(System::String ^ name);
public SendMessageRecord (string name);
new System.ServiceModel.Activities.Tracking.SendMessageRecord : string -> System.ServiceModel.Activities.Tracking.SendMessageRecord
Public Sub New (name As String)

Parameters

name
String

The name of the tracking record.

Applies to