Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

RunAsync(DocumentViewerAsyncOperation,String,Object) Method






Asynchronous operation data to use.
Command name
Optional value to pass to the callback
Runs a command that does not return a value asynchronously with the specified value.
Syntax
'Declaration
 
Public Overloads Sub RunAsync( _
   ByVal operation As DocumentViewerAsyncOperation, _
   ByVal commandName As String, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As DocumentViewerCommands
Dim operation As DocumentViewerAsyncOperation
Dim commandName As String
Dim value As Object
 
instance.RunAsync(operation, commandName, value)

Parameters

operation
Asynchronous operation data to use.
commandName
Command name
value
Optional value to pass to the callback
Remarks

This method works by using the thread pool to queue Run(commandName, value), then invoking Done (if not null) on success, Error (if not null) if an exception occurred and Always (if not null) at the end on either case.

Refer to Document Viewer Commands for more information.

Requirements

Target Platforms

See Also

Reference

DocumentViewerCommands Class
DocumentViewerCommands Members
Overload List

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features