This document is archived and information here might be outdated. Recommended version. |
Adds a download result.
[Visual Basic .NET] Public Sub Add ( _ ByVal pDownloadResult As IImageServerDownloadResult _ )
[C#] public void Add ( IImageServerDownloadResult pDownloadResult );
[C++]
HRESULT Add(
IImageServerDownloadResult* pDownloadResult
);
[C++] Parameters pDownloadResult [in]
pDownloadResult is a parameter of type IImageServerDownloadResult*