Method | Description | |
---|---|---|
CreateParticipant ( string tag ) : ITaskParticipant | ||
CreateScope ( string tag ) : ITaskScope | ||
Stop ( string reason, |
||
TaskSupervisor ( string tag ) : System | ||
TaskSupervisor ( string tag, ITaskParticipant participant ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
DebuggerDisplay ( ) : string | ||
OnStopRequested ( Task stopRequested ) : void | ||
RemoveParticipant ( long id ) : void | ||
SetupStopRequested ( Task stopRequested ) : void | ||
WhenAll ( IEnumerable |
public CreateParticipant ( string tag ) : ITaskParticipant | ||
tag | string | |
return | ITaskParticipant |
public CreateScope ( string tag ) : ITaskScope | ||
tag | string | |
return | ITaskScope |
public Stop ( string reason, |
||
reason | string | |
cancellationToken | ||
return | Task |
public TaskSupervisor ( string tag ) : System | ||
tag | string | |
return | System |
public TaskSupervisor ( string tag, ITaskParticipant participant ) : System | ||
tag | string | |
participant | ITaskParticipant | |
return | System |