Policy.ConnectionProcessingStartedEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つの接続に対するポリシー実行の開始を通知します。
public delegate void Policy.ConnectionProcessingStartedEventHandler(object sender, Policy.ConnectionProcessingStartedEventArgs e);
type Policy.ConnectionProcessingStartedEventHandler = delegate of obj * Policy.ConnectionProcessingStartedEventArgs -> unit
Public Delegate Sub Policy.ConnectionProcessingStartedEventHandler(sender As Object, e As Policy.ConnectionProcessingStartedEventArgs)
パラメーター
- sender
- Object