Click or drag to resize

IDispatchQueueDispatchAsyncTResult Method (FuncTResult)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Task<TResult> DispatchAsync<TResult>(
	Func<TResult> f
)

Parameters

f
Type: SystemFuncTResult
The FuncTResult to schedule

Type Parameters

TResult
The retuyrn type of the operation

Return Value

Type: TaskTResult
A TaskTResult object representing the scheduled FuncTResult
See Also