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