ReceiveMessageRecord 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 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.
protected:
ReceiveMessageRecord(System::ServiceModel::Activities::Tracking::ReceiveMessageRecord ^ record);
protected ReceiveMessageRecord (System.ServiceModel.Activities.Tracking.ReceiveMessageRecord record);
new System.ServiceModel.Activities.Tracking.ReceiveMessageRecord : System.ServiceModel.Activities.Tracking.ReceiveMessageRecord -> System.ServiceModel.Activities.Tracking.ReceiveMessageRecord
Protected Sub New (record As ReceiveMessageRecord)
Parameters
- record
- ReceiveMessageRecord
The tracking information.
Applies to
ReceiveMessageRecord(String)
Initializes a new instance of the ReceiveMessageRecord class using the specified name.
public:
ReceiveMessageRecord(System::String ^ name);
public ReceiveMessageRecord (string name);
new System.ServiceModel.Activities.Tracking.ReceiveMessageRecord : string -> System.ServiceModel.Activities.Tracking.ReceiveMessageRecord
Public Sub New (name As String)
Parameters
- name
- String
The name of the tracking record.