指定した UpdateRequestCache イベントを、現在の要求の非同期 UpdateRequestCache イベント ハンドラのコレクションに追加します。
Public Sub AddOnUpdateRequestCacheAsync( _
ByVal bh As BeginEventHandler, _ ByVal eh As EndEventHandler _)
[C#]
public void AddOnUpdateRequestCacheAsync(BeginEventHandlerbh,EndEventHandlereh);
[C++]
public: void AddOnUpdateRequestCacheAsync(BeginEventHandler* bh,EndEventHandler* eh);
[JScript]
public function AddOnUpdateRequestCacheAsync(
bh : BeginEventHandler,eh : EndEventHandler);
パラメータ
- bh
イベントの非同期処理を開始する BeginEventHandler デリゲート。 - eh
イベントの非同期処理を終了する EndEventHandler デリゲート。
必要条件
プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ