Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / C1PdfDocumentSource Class / ValidateParametersAsyncEx Method

In This Topic
    ValidateParametersAsyncEx Method (C1PdfDocumentSource)
    In This Topic
    Non-blocking (asynchronous) version of the ValidateParameters method.
    Syntax
    'Declaration
     
    Public Function ValidateParametersAsyncEx() As IAsyncOperationWithProgress(Of List(Of ParameterValidationError),Double)

    Return Value

    The IAsyncOperationWithProgress<TResult,TProgress> interface that can be used to manage asynchronous operation.
    See Also