Udostępnij za pośrednictwem


NotifyOfNewConnectionCallback Delegat

Definicja

Delegat NotifyOfNewConnectionCallback jest wywoływany, jeśli nowe połączenie zostało utworzone podczas kierowania.

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 

Parametry

primaryConnection
LdapConnection

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

referralFromConnection
LdapConnection

LdapConnection Obiekt, który określa połączenie, które dostarczyło odwołanie.

newDistinguishedName
String

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

identifier
LdapDirectoryIdentifier

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

newConnection
LdapConnection

LdapConnection Obiekt, który określa nowe połączenie utworzone w trakcie kierowania.

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.

errorCodeFromBind
Int32

Int32 Obiekt, który określa kod błędu z operacji powiązania.

Wartość zwracana

true jeśli połączenie ma być buforowane. false jeśli nie jest to wymagane do buforowania połączenia.

Metody rozszerzania

GetMethodInfo(Delegate)

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

Dotyczy