IService.ServiceCheck(ServiceCheckGetRequest) Method

Definition

Checks the availability of the web service.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse ^ ServiceCheck(Microsoft::MasterDataServices::Services::MessageContracts::ServiceCheckGetRequest ^ 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.MessageResponse ServiceCheck (Microsoft.MasterDataServices.Services.MessageContracts.ServiceCheckGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member ServiceCheck : Microsoft.MasterDataServices.Services.MessageContracts.ServiceCheckGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Public Function ServiceCheck (request As ServiceCheckGetRequest) As MessageResponse

Parameters

Returns

If the service is successfully running and connected then the Errors collection will be returned with zero errors. If there is a problem when the error will be returned in the Errors collection.

Attributes

Remarks

The ServiceCheck(ServiceCheckGetRequest) operation provides a check on the current availability of the MDS service.

Applies to