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

Public Delegate Function QueryForConnectionCallback ( _ primaryConnection As LdapConnection, _ referralFromConnection As LdapConnection, _ newDistinguishedName As String, _ identifier As LdapDirectoryIdentifier, _ credential As NetworkCredential, _ currentUserToken As Long _ ) As LdapConnection
public delegate LdapConnection QueryForConnectionCallback ( LdapConnection primaryConnection, LdapConnection referralFromConnection, string newDistinguishedName, LdapDirectoryIdentifier identifier, NetworkCredential credential, long currentUserToken )
public delegate LdapConnection^ QueryForConnectionCallback ( LdapConnection^ primaryConnection, LdapConnection^ referralFromConnection, String^ newDistinguishedName, LdapDirectoryIdentifier^ identifier, NetworkCredential^ credential, long long currentUserToken )
/** @delegate */ public delegate LdapConnection QueryForConnectionCallback ( LdapConnection primaryConnection, LdapConnection referralFromConnection, String newDistinguishedName, LdapDirectoryIdentifier identifier, NetworkCredential credential, long currentUserToken )
- currentUserToken
現在のユーザーの LUID。
使用できるものが存在する場合、キャッシュされた LdapConnection が返されます。使用できるキャッシュされた接続が存在しない場合、NULL が返されます。

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に収録されているすべての辞書からQueryForConnectionCallback デリゲートを検索する場合は、下記のリンクをクリックしてください。

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