ExportViewUpdateResponse 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 ExportViewUpdateResponse class.
Overloads
ExportViewUpdateResponse() |
Initializes a new instance of the ExportViewUpdateResponse class that has default values. |
ExportViewUpdateResponse(OperationResult) |
Initializes a new instance of the ExportViewUpdateResponse class that has the specified operation result. |
ExportViewUpdateResponse()
Initializes a new instance of the ExportViewUpdateResponse class that has default values.
public:
ExportViewUpdateResponse();
public ExportViewUpdateResponse ();
Public Sub New ()
Applies to
ExportViewUpdateResponse(OperationResult)
Initializes a new instance of the ExportViewUpdateResponse class that has the specified operation result.
public:
ExportViewUpdateResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public ExportViewUpdateResponse (Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.ExportViewUpdateResponse : Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.ExportViewUpdateResponse
Public Sub New (OperationResult As OperationResult)
Parameters
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.