Click or drag to resize

DownloadFilesCompletedEventArgsResult Property

Returns the hashtable of file ID - DownloadResult pairs where each element represent a download results for a particular file.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Hashtable Result { get; }

Property Value

Type: Hashtable
Exceptions
ExceptionCondition
InvalidOperationExceptionThe Cancelled property is true.
TargetInvocationException The Error property has been set by the asynchronous operation. The InnerException property holds a reference to Error.
Remarks
Read only property. If an unhandled exception was raised during initiation of asynchronous download of files then the property is null.
See Also