NotifyOfNewConnectionCallback Delegate
The NotifyOfNewConnectionCallback delegate is called if a new connection was created while chasing a referral.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
'Declaration 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 'Usage Dim instance As New NotifyOfNewConnectionCallback(AddressOf HandlerMethod)
Parameters
- primaryConnection
- Type: System.DirectoryServices.Protocols.LdapConnection
A LdapConnection object that specifies the primary connection.
- referralFromConnection
- Type: System.DirectoryServices.Protocols.LdapConnection
A LdapConnection object that specifies the connection which provided the referral.
- newDistinguishedName
- Type: System.String
A String object that specifies the distinguished name of the desired entry in the referred server.
- identifier
- Type: System.DirectoryServices.Protocols.LdapDirectoryIdentifier
A LdapDirectoryIdentifier object that specifies the identifier the referred LDAP directory.
- newConnection
- Type: System.DirectoryServices.Protocols.LdapConnection
A LdapConnection object that specifies the new connection created in the course of chasing a referral.
- credential
- Type: System.Net.NetworkCredential
A NetworkCredential object that specifies the credentials to pass to the referred server.
- currentUserToken
- Type: System.Int64
The LUID of the current user.
- errorCodeFromBind
- Type: System.Int32
A Int32 object that specifies the error code from the bind operation.
Return Value
Type: System.Booleantrue if the connection is to be cached. false if not required to cache the connection.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.