次の方法で共有


ServiceRemotingClientEvents クラス

定義

サービス クライアントのライフサイクル イベント (呼び出し元側イベント) を定義します。

public static class ServiceRemotingClientEvents
type ServiceRemotingClientEvents = class
Public Class ServiceRemotingClientEvents
継承
ServiceRemotingClientEvents

イベント

ReceiveResponse

このイベントは、サービス リモート処理要求への応答を受信した直後に発生します。

SendRequest

このイベントは、サービス リモート処理要求が送信される直前に発生します。

適用対象