Service.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:
virtual Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipRefreshResponse ^ SyncRelationshipRefresh(Microsoft::MasterDataServices::Services::MessageContracts::SyncRelationshipRefreshRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshResponse SyncRelationshipRefresh (Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshRequest request);
abstract member SyncRelationshipRefresh : Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SyncRelationshipRefreshResponse
override this.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.