Share via


ServiceClient.IService.StagingGet Method

Retrieves the contents of the bulk staging area.

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

Syntax

'Declaration
Private Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse Implements IService.StagingGet
'Usage
Dim instance As ServiceClient
Dim request As StagingGetRequest
Dim returnValue As StagingGetResponse

returnValue = CType(instance, IService).StagingGet(request)
StagingGetResponseIService.StagingGet(
    StagingGetRequest request
)
private:
virtual StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
) sealed = IService::StagingGet
private abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse 
private override StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.MasterDataServices.StagingGetResponse
The StagingGetResponse for the operation.

Implements

IService.StagingGet(StagingGetRequest)

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace