ArasVaultConnectionDownload Method |
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public IPromise<Stream> Download(
Command request,
bool async
)
Public Function Download (
request As Command,
async As Boolean
) As IPromise(Of Stream)
Parameters
- request
- Type: Innovator.ClientCommand
- async
- Type: SystemBoolean
Return Value
Type:
IPromiseStreamSee Also