FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / BeginListSecureMethods Method

In This Topic
    BeginListSecureMethods Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginListSecureMethods( _
       ByVal TrustedUserHeader As TrustedUserHeader, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginListSecureMethods( 
       TrustedUserHeader TrustedUserHeader,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    TrustedUserHeader
    callback
    asyncState
    See Also