Compartilhar via


IClientRequestService.ProcessQuery método

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
<WebInvokeAttribute(Method := "POST", UriTemplate := "ProcessQuery")> _
<OperationContractAttribute> _
Function ProcessQuery ( _
    inputStream As Stream _
) As Stream
'Uso
Dim instance As IClientRequestService
Dim inputStream As Stream
Dim returnValue As Stream

returnValue = instance.ProcessQuery(inputStream)
[WebInvokeAttribute(Method = "POST", UriTemplate = "ProcessQuery")]
[OperationContractAttribute]
Stream ProcessQuery(
    Stream inputStream
)

Parâmetros

Valor retornado

Tipo: System.IO.Stream

Ver também

Referência

IClientRequestService interface

IClientRequestService membros

Microsoft.SharePoint.Client namespace