FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005Soap Interface / BeginListSubscriptions Method

In This Topic
    BeginListSubscriptions Method (ReportingService2005Soap)
    In This Topic
    Syntax
    'Declaration
     
    Function BeginListSubscriptions( _
       ByVal request As ListSubscriptionsRequest, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    IAsyncResult BeginListSubscriptions( 
       ListSubscriptionsRequest request,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    request
    callback
    asyncState
    See Also