IServiceFilterRequest.GetResponse Method

Get the HTTP response for this request.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Function GetResponse As IAsyncOperation(Of IServiceFilterResponse)
'Usage
Dim instance As IServiceFilterRequest 
Dim returnValue As IAsyncOperation(Of IServiceFilterResponse)

returnValue = instance.GetResponse()
IAsyncOperation<IServiceFilterResponse> GetResponse()
IAsyncOperation<IServiceFilterResponse^>^ GetResponse()
abstract GetResponse : unit -> IAsyncOperation<IServiceFilterResponse> 
function GetResponse() : IAsyncOperation<IServiceFilterResponse>

Return Value

Type: IAsyncOperation<IServiceFilterResponse>
The HTTP response.

See Also

Reference

IServiceFilterRequest Interface

Microsoft.WindowsAzure.MobileServices Namespace