QueryForConnectionCallback Delegato

Definizione

Il delegato QueryForConnectionCallback determina se è disponibile una connessione nella cache.

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 

Parametri

primaryConnection
LdapConnection

Oggetto LdapConnection che specifica la connessione primaria.

referralFromConnection
LdapConnection

Oggetto LdapConnection che specifica la connessione che fornisce il riferimento.

newDistinguishedName
String

Oggetto String che specifica il nome distinto (DN) della voce desiderata nel server di riferimento.

identifier
LdapDirectoryIdentifier

Oggetto LdapDirectoryIdentifier che specifica l'identicatore per la directory LDAP di riferimento.

credential
NetworkCredential

Oggetto NetworkCredential che specifica le credenziali da passare al server di riferimento.

currentUserToken
Int64

LUID dell'utente corrente.

Valore restituito

Viene restituito un oggetto LdapConnection nella cache, se disponibile. Se non vi sono connessioni nella cache disponibili, viene restituito NULL.

Metodi di estensione

GetMethodInfo(Delegate)

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

Si applica a