Contains high-priority overloads for the `task` computation expression builder.
Type extension | Description |
Extended Type:
|
|
Full Usage:
TaskBuilderBase.BindDynamic(sm, task, continuation)
Parameters:
byref<TaskStateMachine<'TOverall>>
task : Task<'TResult1>
continuation : 'TResult1 -> TaskCode<'TOverall, 'TResult2>
Returns: bool
|
![]() ![]() ![]() ![]() ![]() ![]() The entry point for the dynamic implementation of the corresponding operation. Do not use directly, only used when executing quotations that involve tasks or other reflective execution of F# code.
Extended Type:
|
|
Extended Type:
|