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

In This Topic
    BeginListRoles Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginListRoles( _
       ByVal SecurityScope As SecurityScopeEnum, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginListRoles( 
       SecurityScopeEnum SecurityScope,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    SecurityScope
    callback
    asyncState
    See Also