Policy.ConnectionProcessingStartedEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为一个连接发出策略执行的开始信号。
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