IService.EntityMemberHistoryRollback Method

Definition

Rolls back a historical revision of a member.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberHistoryRollbackResponse ^ EntityMemberHistoryRollback(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberHistoryRollbackRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse EntityMemberHistoryRollback (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member EntityMemberHistoryRollback : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse
Public Function EntityMemberHistoryRollback (request As EntityMemberHistoryRollbackRequest) As EntityMemberHistoryRollbackResponse

Parameters

request
EntityMemberHistoryRollbackRequest

The request.

Returns

Attributes

Remarks

The EntityMemberHistoryRollback(EntityMemberHistoryRollbackRequest) operation retrieves history roll back data.

Applies to