IService.ServiceCheck(ServiceCheckGetRequest) 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.
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
- request
- ServiceCheckGetRequest
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.