ServiceClient.ModelMembersBulkDelete Method (International, Collection<EntityMembers>, Collection<Identifier>)
Begins the asynchronous bulk deletion of members.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
public OperationResult ModelMembersBulkDelete( International International, Collection<EntityMembers> ModelMembers, out Collection<Identifier> StagingBatches )
Parameters
- International
-
Type:
Microsoft.MasterDataServices.International
The cultural settings.
- ModelMembers
-
Type:
System.Collections.ObjectModel.Collection<EntityMembers>
The collection of members to delete.
- StagingBatches
-
Type:
System.Collections.ObjectModel.Collection<Identifier>
When this method returns, contains a collection of identifiers of the staging batch. This parameter is passed uninitialized.
Return Value
Type: Microsoft.MasterDataServices.OperationResultAn OperationResult object containing the result of an operation.
Show: