SendMessageRecord Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.