Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ProcessRequestForMessage | Provides an entry point for the request. |
Top