ReportExecutionService.BeginLogonUser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginLogonUser(System::String ^ userName, System::String ^ password, System::String ^ authority, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginLogonUser (string userName, string password, string authority, AsyncCallback callback, object asyncState);
member this.BeginLogonUser : string * string * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginLogonUser (userName As String, password As String, authority As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- userName
- String
- password
- String
- authority
- String
- callback
- AsyncCallback
- asyncState
- Object