FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / BeginLogonUser Method

In This Topic
    BeginLogonUser Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginLogonUser( _
       ByVal userName As String, _
       ByVal password As String, _
       ByVal authority As String, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginLogonUser( 
       string userName,
       string password,
       string authority,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    userName
    password
    authority
    callback
    asyncState
    See Also