IService.StagingGet(StagingGetRequest) Method

Definition

Retrieves the contents of the bulk staging area.

public:
 Microsoft::MasterDataServices::StagingGetResponse ^ StagingGet(Microsoft::MasterDataServices::StagingGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")]
public Microsoft.MasterDataServices.StagingGetResponse StagingGet (Microsoft.MasterDataServices.StagingGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")>]
abstract member StagingGet : Microsoft.MasterDataServices.StagingGetRequest -> Microsoft.MasterDataServices.StagingGetResponse
Public Function StagingGet (request As StagingGetRequest) As StagingGetResponse

Parameters

request
StagingGetRequest

Get request.

Returns

A new instance of type StagingGetResponse.

Attributes

Applies to