DereferenceConnectionCallback Delegar
Definição
O delegado DereferenceConnectionCallback desreferencia uma conexão que não é mais necessária.The DereferenceConnectionCallback delegate dereferences a connection that is no longer required. Provavelmente, a conexão foi estabelecida por meio de uma chamada bem-sucedida para o delegado QueryForConnectionCallback ou NotifyOfNewConnectionCallback.The connection was probably established through a successful call to the QueryForConnectionCallback or NotifyOfNewConnectionCallback delegate.
public delegate void DereferenceConnectionCallback(LdapConnection ^ primaryConnection, LdapConnection ^ connectionToDereference);
public delegate void DereferenceConnectionCallback(LdapConnection primaryConnection, LdapConnection connectionToDereference);
type DereferenceConnectionCallback = delegate of LdapConnection * LdapConnection -> unit
Public Delegate Sub DereferenceConnectionCallback(primaryConnection As LdapConnection, connectionToDereference As LdapConnection)
Parâmetros
- primaryConnection
- LdapConnection
Um objeto LdapConnection que especifica a conexão primária.An LdapConnection object that specifies the primary connection.
- connectionToDereference
- LdapConnection
Um objeto LdapConnection que especifica a conexão a desreferenciar.An LdapConnection object that specifies the connection to dereference.
Métodos de Extensão
| GetMethodInfo(Delegate) |
Obtém um objeto que representa o método representado pelo delegado especificado.Gets an object that represents the method represented by the specified delegate. |