IRequestHandler インターフェイス
要求メッセージの処理を制御するメンバーへのアクセスを提供します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
<ServiceContractAttribute> _
Public Interface IRequestHandler
'使用
Dim instance As IRequestHandler
[ServiceContractAttribute]
public interface IRequestHandler
[ServiceContractAttribute]
public interface class IRequestHandler
[<ServiceContractAttribute>]
type IRequestHandler = interface end
public interface IRequestHandler
IRequestHandler 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
ProcessRequestForMessage | 要求のエントリ ポイントを提供します。 |
先頭に戻る