Service.StagingGet Method (StagingGetRequest)

 

Retrieves the contents of the bulk staging area.

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

Syntax

public StagingGetResponse StagingGet(
    StagingGetRequest request
)
public:
virtual StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
) sealed
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
override StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
Public Function StagingGet (
    request As StagingGetRequest
) As StagingGetResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse

The StagingGetResponse for the operation.

Implements

IService.StagingGet(StagingGetRequest)

See Also

Service Class
Microsoft.MasterDataServices.Services Namespace

Return to top