Click or drag to resize
IApiHttpDownloaderEndDownloadString Method
Waits until the async operation is completed and retrieves result from it.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
ApiHttpResult EndDownloadString(
	ICancellableAsyncResult asyncResult
)

Parameters

asyncResult
Type: PatchKit.AsyncICancellableAsyncResult

Return Value

Type: ApiHttpResult
See Also