IService.SyncRelationshipRefresh(SyncRelationshipRefreshRequest) 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.
Refreshes a sync relationship by updating the target entity version to match the source entity version.
public:
Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipRefreshResponse ^ SyncRelationshipRefresh(Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipRefreshRequest ^ 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.SyncRelationshipRefreshResponse SyncRelationshipRefresh (Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SyncRelationshipRefresh : Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshResponse
Public Function SyncRelationshipRefresh (request As SyncRelationshipRefreshRequest) As SyncRelationshipRefreshResponse
Parameters
- request
- SyncRelationshipRefreshRequest
The SyncRelationshipRefreshRequest for the operation.
Returns
The SyncRelationshipRefreshResponsefor the operation.
- Attributes
Remarks
The SyncRelationshipRefresh(SyncRelationshipRefreshRequest) operation refreshes sync relationship.