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

In This Topic
    BeginListSecureMethods Method (ReportExecutionServiceSoapChannel)
    In This Topic
    Syntax
    'Declaration
     
    Function BeginListSecureMethods( _
       ByVal request As ListSecureMethodsRequest, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    IAsyncResult BeginListSecureMethods( 
       ListSecureMethodsRequest request,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    request
    callback
    asyncState
    See Also