C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1DocumentSource Class / ValidateParametersAsyncEx Method

In This Topic
ValidateParametersAsyncEx Method (C1DocumentSource)
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