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

In This Topic
    EndCancelJob Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndCancelJob( _
       ByVal result As IAsyncResult, _
       ByRef CancelJobResult As Boolean _
    ) As ServerInfoHeader
    public ServerInfoHeader EndCancelJob( 
       IAsyncResult result,
       out bool CancelJobResult
    )

    Parameters

    result
    CancelJobResult
    See Also