DereferenceConnectionCallback 代理人

定義

DereferenceConnectionCallback 委派會取值不再需要的連接。 連接可能透過對 QueryForConnectionCallbackNotifyOfNewConnectionCallback 委派的成功呼叫而建立。

public delegate void DereferenceConnectionCallback(LdapConnection ^ primaryConnection, LdapConnection ^ connectionToDereference);
public delegate void DereferenceConnectionCallback(LdapConnection primaryConnection, LdapConnection connectionToDereference);
type DereferenceConnectionCallback = delegate of LdapConnection * LdapConnection -> unit
Public Delegate Sub DereferenceConnectionCallback(primaryConnection As LdapConnection, connectionToDereference As LdapConnection)

參數

primaryConnection
LdapConnection

LdapConnection 物件,指定主要連接。

connectionToDereference
LdapConnection

LdapConnection 物件,指定要取值的連接。

擴充方法

GetMethodInfo(Delegate)

取得表示特定委派所代表之方法的物件。

適用於