MessageRequest 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 MessageRequest class.
Overloads
MessageRequest() |
Initializes a new instance of the MessageRequest class. |
MessageRequest(International, Guid) |
Initializes a new instance of the MessageRequest class. |
MessageRequest()
Initializes a new instance of the MessageRequest class.
public:
MessageRequest();
public MessageRequest ();
Public Sub New ()
Applies to
MessageRequest(International, Guid)
Initializes a new instance of the MessageRequest class.
public:
MessageRequest(Microsoft::MasterDataServices::Services::DataContracts::International ^ intl, Guid reqId);
public MessageRequest (Microsoft.MasterDataServices.Services.DataContracts.International intl, Guid reqId);
new Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest : Microsoft.MasterDataServices.Services.DataContracts.International * Guid -> Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
Public Sub New (intl As International, reqId As Guid)
Parameters
- intl
- International
The client localization information.
- reqId
- Guid
The request identifier.