ReportExecutionService.LogonUserAsync Method

Definition

Overloads

LogonUserAsync(String, String, String)
LogonUserAsync(String, String, String, Object)

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

userName
String
password
String
authority
String

Applies to

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

userName
String
password
String
authority
String
userState
Object

Applies to