IService.StagingGet Method (StagingGetRequest)

 

Retrieves the contents of the bulk staging area.

Namespace:   Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingGetResponse StagingGet(
    StagingGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute((EditionExpiredMessage^::typeid))]
StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
<OperationContractAttribute>
<FaultContractAttribute(GetType(EditionExpiredMessage))>
Function StagingGet (
    request As StagingGetRequest
) As StagingGetResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse

The response to the get operation.

See Also

IService Interface
Microsoft.MasterDataServices.Services.ServiceContracts Namespace

Return to top