|
HttpUtilityAsyncCallTResult Method |
Executes the async task and waits
Namespace: DrawerBackup.Native.RuntimeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static TResult AsyncCall<TResult>(
Task<TResult> task
)
Public Shared Function AsyncCall(Of TResult) (
task As Task(Of TResult)
) As TResult
public:
generic<typename TResult>
static TResult AsyncCall(
Task<TResult>^ task
)
static member AsyncCall :
task : Task<'TResult> -> 'TResult
Parameters
- task
- Type: System.Threading.TasksTaskTResult
Type Parameters
- TResult
Return Value
Type:
TResult
See Also