Service.SyncRelationshipRefresh(SyncRelationshipRefreshRequest) Method

Definition

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

Returns

The SyncRelationshipRefreshResponsefor the operation.

Implements

Applies to