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: 11.0.0.6296

Syntax

C#
public Hashtable Result { get; private set; }
Visual Basic (Declaration)
Public Property Result As Hashtable
J#
/** @property */
public Hashtable get_Result()
/** @property */
public  void set_Result(Hashtable value)
JScript
public function get Result () : Hashtable
public function set Result (value : Hashtable)

Remarks

Read only property. If an unhandled exception was raised during initiation of asynchronous download of files then the property is null.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe Cancelled property is true.
System.Reflection..::.TargetInvocationException The Error property has been set by the asynchronous operation. The InnerException property holds a reference to Error.

See Also