IFileRepositoryServiceDownloadDataAsync Method

Downloads the data asynchronous.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

Task<byte[]> DownloadDataAsync(
	string virtualPath
)

Parameters

virtualPath
Type: SystemString
The virtual path.

Return Value

Type: TaskByte
Task<System.Byte[]>.
See Also

Reference