Bagikan melalui


NotifyOfNewConnectionCallback Delegasikan

Definisi

NotifyOfNewConnectionCallback Delegasi dipanggil jika koneksi baru dibuat saat mengejar rujukan.

public delegate bool NotifyOfNewConnectionCallback(LdapConnection ^ primaryConnection, LdapConnection ^ referralFromConnection, System::String ^ newDistinguishedName, LdapDirectoryIdentifier ^ identifier, LdapConnection ^ newConnection, NetworkCredential ^ credential, long currentUserToken, int errorCodeFromBind);
public delegate bool NotifyOfNewConnectionCallback(LdapConnection primaryConnection, LdapConnection referralFromConnection, string newDistinguishedName, LdapDirectoryIdentifier identifier, LdapConnection newConnection, NetworkCredential credential, long currentUserToken, int errorCodeFromBind);
type NotifyOfNewConnectionCallback = delegate of LdapConnection * LdapConnection * string * LdapDirectoryIdentifier * LdapConnection * NetworkCredential * int64 * int -> bool
Public Delegate Function NotifyOfNewConnectionCallback(primaryConnection As LdapConnection, referralFromConnection As LdapConnection, newDistinguishedName As String, identifier As LdapDirectoryIdentifier, newConnection As LdapConnection, credential As NetworkCredential, currentUserToken As Long, errorCodeFromBind As Integer) As Boolean 

Parameter

primaryConnection
LdapConnection

Objek LdapConnection yang menentukan koneksi utama.

referralFromConnection
LdapConnection

Objek LdapConnection yang menentukan koneksi yang menyediakan rujukan.

newDistinguishedName
String

Objek String yang menentukan nama khusus dari entri yang diinginkan di server yang dirujuk.

identifier
LdapDirectoryIdentifier

Objek LdapDirectoryIdentifier yang menentukan pengidentifikasi direktori LDAP yang dirujuk.

newConnection
LdapConnection

Objek LdapConnection yang menentukan koneksi baru yang dibuat selama mengejar rujukan.

credential
NetworkCredential

Objek NetworkCredential yang menentukan kredensial untuk diteruskan ke server yang dirujuk.

currentUserToken
Int64

LUID pengguna saat ini.

errorCodeFromBind
Int32

Objek Int32 yang menentukan kode kesalahan dari operasi pengikatan.

Tampilkan Nilai

true jika koneksi akan di-cache. false jika tidak diperlukan untuk men-cache koneksi.

Metode Ekstensi

GetMethodInfo(Delegate)

Mendapatkan objek yang mewakili metode yang diwakili oleh delegasi yang ditentukan.

Berlaku untuk