ReportServiceAuthentication.EndLogonUser(IAsyncResult, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
bool EndLogonUser(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % cookieName);
public bool EndLogonUser (IAsyncResult asyncResult, out string cookieName);
member this.EndLogonUser : IAsyncResult * string -> bool
Public Function EndLogonUser (asyncResult As IAsyncResult, ByRef cookieName As String) As Boolean
Parameter
- asyncResult
- IAsyncResult
- cookieName
- String