NotifyOfNewConnectionCallback デリゲート
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)

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
public delegate bool NotifyOfNewConnectionCallback ( LdapConnection primaryConnection, LdapConnection referralFromConnection, 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 long currentUserToken, int errorCodeFromBind )
/** @delegate */ public delegate boolean NotifyOfNewConnectionCallback ( LdapConnection primaryConnection, LdapConnection referralFromConnection, String newDistinguishedName, LdapDirectoryIdentifier identifier, LdapConnection newConnection, NetworkCredential credential, long currentUserToken, int errorCodeFromBind )
- currentUserToken
現在のユーザーの LUID。
接続がキャッシュされる場合は true。接続をキャッシュする必要がない場合は false 。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からNotifyOfNewConnectionCallback デリゲートを検索する場合は、下記のリンクをクリックしてください。

- NotifyOfNewConnectionCallback デリゲートのページへのリンク