Property | Type | Description | |
---|---|---|---|
Description | string | ||
FilePath | string | ||
Id | int | ||
LineNumber | int | ||
Null |
Method | Description | |
---|---|---|
CancellationScope ( [ description = null, [ filePath = null, [ lineNumber ) : System | ||
GetAwaiter ( ) : CancellationScopeAwaiter | ||
Push ( ) : |
||
Reserve ( ) : Future |
||
Set ( System.Threading.Tasks.Task task, |
||
ThrowIfCanceled ( ) : void | ||
ToString ( ) : string | ||
TryCancel ( ) : bool | ||
TryGet ( System.Threading.Tasks.Task task, |
Method | Description | |
---|---|---|
AddChild ( |
public CancellationScope ( [ description = null, [ filePath = null, [ lineNumber ) : System | ||
description | [ | |
filePath | [ | |
lineNumber | [ | |
return | System |
public GetAwaiter ( ) : CancellationScopeAwaiter | ||
return | CancellationScopeAwaiter |
public static Set ( System.Threading.Tasks.Task task, |
||
task | System.Threading.Tasks.Task | |
scope | ||
return | void |
public static TryGet ( System.Threading.Tasks.Task task, |
||
task | System.Threading.Tasks.Task | |
result | ||
return | bool |