Service.EntityMemberHistoryRollback 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.
EntityMemberHistoriesGet is a service that return the specific entity member history
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberHistoryRollbackResponse ^ EntityMemberHistoryRollback(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberHistoryRollbackRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse EntityMemberHistoryRollback (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest request);
abstract member EntityMemberHistoryRollback : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse
override this.EntityMemberHistoryRollback : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberHistoryRollbackResponse
Public Function EntityMemberHistoryRollback (request As EntityMemberHistoryRollbackRequest) As EntityMemberHistoryRollbackResponse