IService.EntityStagingGet(EntityStagingGetRequest) 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.
Retrieves information of entity staging.
public:
Microsoft::MasterDataServices::Services::MessageContracts::EntityStagingGetResponse ^ EntityStagingGet(Microsoft::MasterDataServices::Services::MessageContracts::EntityStagingGetRequest ^ 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.EntityStagingGetResponse EntityStagingGet (Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member EntityStagingGet : Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityStagingGetResponse
Public Function EntityStagingGet (request As EntityStagingGetRequest) As EntityStagingGetResponse
Parameters
- request
- EntityStagingGetRequest
The request.
Returns
- Attributes
Remarks
The EntityStagingGet(EntityStagingGetRequest) operation retrieves entity staging information.