Partager via


Méthode IService.StagingGet

Retrieves the contents of the bulk staging area.

Espace de noms :  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
'Utilisation
Dim instance As IService 
Dim request As StagingGetRequest 
Dim returnValue As StagingGetResponse 

returnValue = instance.StagingGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingGetResponse StagingGet(
    StagingGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse
function StagingGet(
    request : StagingGetRequest
) : StagingGetResponse

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.Services.MessageContracts.StagingGetResponse
The response to the get operation.

Voir aussi

Référence

IService Interface

Espace de noms Microsoft.MasterDataServices.Services.ServiceContracts