ReportExecutionService.BeginLogonUser, méthode

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Function BeginLogonUser ( _
    userName As String, _
    password As String, _
    authority As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginLogonUser(
    string userName,
    string password,
    string authority,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginLogonUser(
    String^ userName, 
    String^ password, 
    String^ authority, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginLogonUser : 
        userName:string * 
        password:string * 
        authority:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginLogonUser(
    userName : String, 
    password : String, 
    authority : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • userName
    Type : String
  • password
    Type : String
  • authority
    Type : String
  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms