ReportingService2005.LogonUserAsync Method
Definition
Overloads
LogonUserAsync(String, String, String)
public:
void LogonUserAsync(System::String ^ userName, System::String ^ password, System::String ^ authority);
public void LogonUserAsync (string userName, string password, string authority);
member this.LogonUserAsync : string * string * string -> unit
Public Sub LogonUserAsync (userName As String, password As String, authority As String)
Parameters
LogonUserAsync(String, String, String, Object)
public:
void LogonUserAsync(System::String ^ userName, System::String ^ password, System::String ^ authority, System::Object ^ userState);
public void LogonUserAsync (string userName, string password, string authority, object userState);
member this.LogonUserAsync : string * string * string * obj -> unit
Public Sub LogonUserAsync (userName As String, password As String, authority As String, userState As Object)
Parameters