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.9.36244
Syntaxpublic Hashtable Result { get; }
Public ReadOnly Property Result As Hashtable
Get
/** @property */
public Hashtable get_Result()
function get Result () : Hashtable
Property Value
Type:
Hashtable
ExceptionsException | Condition |
---|
InvalidOperationException | The 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