Udostępnij za pośrednictwem


QueryForConnectionCallback Delegat

Definicja

Delegat QueryForConnectionCallback określa, czy istnieje buforowane połączenie dostępne do użycia.

public delegate System::DirectoryServices::Protocols::LdapConnection ^ QueryForConnectionCallback(LdapConnection ^ primaryConnection, LdapConnection ^ referralFromConnection, System::String ^ newDistinguishedName, LdapDirectoryIdentifier ^ identifier, NetworkCredential ^ credential, long currentUserToken);
public delegate System.DirectoryServices.Protocols.LdapConnection QueryForConnectionCallback(LdapConnection primaryConnection, LdapConnection referralFromConnection, string newDistinguishedName, LdapDirectoryIdentifier identifier, NetworkCredential credential, long currentUserToken);
type QueryForConnectionCallback = delegate of LdapConnection * LdapConnection * string * LdapDirectoryIdentifier * NetworkCredential * int64 -> LdapConnection
Public Delegate Function QueryForConnectionCallback(primaryConnection As LdapConnection, referralFromConnection As LdapConnection, newDistinguishedName As String, identifier As LdapDirectoryIdentifier, credential As NetworkCredential, currentUserToken As Long) As LdapConnection 

Parametry

primaryConnection
LdapConnection

LdapConnection Obiekt, który określa połączenie podstawowe.

referralFromConnection
LdapConnection

LdapConnection Obiekt, który określa połączenie, które udostępnia odwołanie.

newDistinguishedName
String

String Obiekt, który określa nazwę wyróżniającą (DN) żądanego wpisu na określonym serwerze.

identifier
LdapDirectoryIdentifier

LdapDirectoryIdentifier Obiekt określający identyfikator określonego katalogu LDAP.

credential
NetworkCredential

NetworkCredential Obiekt, który określa poświadczenia, które mają być przekazywane do określonego serwera.

currentUserToken
Int64

Identyfikator LUID bieżącego użytkownika.

Wartość zwracana

Zwracana LdapConnection jest pamięć podręczna, jeśli jest dostępna. Jeśli nie jest dostępne żadne buforowane połączenie, NULL zostanie zwrócone.

Metody rozszerzania

GetMethodInfo(Delegate)

Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata.

Dotyczy