Click or drag to resize
HttpUtilityAsyncCallTResult Method
Executes the async task and waits

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static TResult AsyncCall<TResult>(
	Task<TResult> task
)

Parameters

task
Type: System.Threading.TasksTaskTResult

Type Parameters

TResult

Return Value

Type: TResult
See Also