Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.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