IDispatchQueueDispatchAsyncTResult Method (FuncTResult) |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax 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:
TaskTResultA
TaskTResult object representing the scheduled
FuncTResultSee Also