ServiceClient.EntityStagingClear(International, Int32, Identifier) Method
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.
Clears the entity staging area with the specified batch identifier.
public:
Microsoft::MasterDataServices::OperationResult ^ EntityStagingClear(Microsoft::MasterDataServices::International ^ International, int BatchId, Microsoft::MasterDataServices::Identifier ^ ModelId);
public Microsoft.MasterDataServices.OperationResult EntityStagingClear (Microsoft.MasterDataServices.International International, int BatchId, Microsoft.MasterDataServices.Identifier ModelId);
member this.EntityStagingClear : Microsoft.MasterDataServices.International * int * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
Public Function EntityStagingClear (International As International, BatchId As Integer, ModelId As Identifier) As OperationResult
Parameters
- International
- International
The cultural settings.
- BatchId
- Int32
The unique integer identifier that identifies the batch to clear.
- ModelId
- Identifier
The identifier of the model that the batch relates to.
Returns
An OperationResult object that represents the result of the operation.