IRequestHandler Interface

Provides access to members that control handing of request messages.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
<ServiceContractAttribute> _
Public Interface IRequestHandler
'Usage
Dim instance As IRequestHandler
[ServiceContractAttribute]
public interface IRequestHandler
[ServiceContractAttribute]
public interface class IRequestHandler
[<ServiceContractAttribute>]
type IRequestHandler =  interface end
public interface IRequestHandler

The IRequestHandler type exposes the following members.

Methods

  Name Description
Public method ProcessRequestForMessage Provides an entry point for the request.

Top

See Also

Reference

System.Data.Services Namespace