IServiceFilterContinuation Interface

Represents the remaining operations to compute in the chain of filters comprising the MobileServices HTTP pipeline.

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

Syntax

'Declaration
Public Interface IServiceFilterContinuation
'Usage
Dim instance As IServiceFilterContinuation
public interface IServiceFilterContinuation
public interface class IServiceFilterContinuation
type IServiceFilterContinuation =  interface end
public interface IServiceFilterContinuation

The IServiceFilterContinuation type exposes the following members.

Methods

  Name Description
Public method Handle Allow the rest of the filters to handle the HTTP request and return a response.

Top

Remarks

IServiceFilterContinuation shoul not be implemented in your code. The HTTP pipeline automatically converts your filters into continuations during filter composition.

See Also

Reference

Microsoft.WindowsAzure.MobileServices Namespace