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

In This Topic
    BeginGetSystemProperties Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginGetSystemProperties( _
       ByVal Properties() As Property, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginGetSystemProperties( 
       Property[] Properties,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    Properties
    callback
    asyncState
    See Also