| CancelableCreateLinkedCancelable Method (IActionScheduler, ICancelable) |
Creates a
ICancelable that will be in the canceled state
when any of the source cancelables are in the canceled state.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public static ICancelable CreateLinkedCancelable(
IActionScheduler scheduler,
params ICancelable[] cancelables
)
static member CreateLinkedCancelable :
scheduler : IActionScheduler *
cancelables : ICancelable[] -> ICancelable
Parameters
- scheduler
- Type: Akka.ActorIActionScheduler
The scheduler - cancelables
- Type: Akka.ActorICancelable
The cancelables instances to observe.
Return Value
Type:
ICancelableA new
ICancelable that is linked to the source .
See Also