|
| | DelayPromise (CancellationToken token) |
| |
| void | Complete () |
| |
| void | TaskConstructorCore (Delegate action, object state, CancellationToken cancellationToken, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions, TaskScheduler scheduler) |
| |
| bool | TrySetCanceled (CancellationToken tokenToRecord) |
| |
| bool | TrySetCanceled (CancellationToken tokenToRecord, object cancellationException) |
| |
| bool | TrySetException (object exceptionObject) |
| |
| bool | AtomicStateUpdate (int newBits, int illegalBits) |
| |
| bool | AtomicStateUpdate (int newBits, int illegalBits, int oldFlags) |
| |
| void | SetNotificationForWaitCompletion (bool enabled) |
| |
| bool | NotifyDebuggerOfWaitCompletionIfNecessary () |
| |
| bool | MarkStarted () |
| |
| void | AddNewChild () |
| |
| void | DisregardChild () |
| |
| Task.ContingentProperties | EnsureContingentPropertiesInitialized (bool needsProtection) |
| |
| void | ScheduleAndStart (bool needsProtection) |
| |
| void | AddException (object exceptionObject) |
| |
| void | AddException (object exceptionObject, bool representsCancellation) |
| |
| ReadOnlyCollection< ExceptionDispatchInfo > | GetExceptionDispatchInfos () |
| |
| ExceptionDispatchInfo | GetCancellationExceptionDispatchInfo () |
| |
| void | ThrowIfExceptional (bool includeTaskCanceledExceptions) |
| |
| void | UpdateExceptionObservedStatus () |
| |
| void | Finish (bool bUserDelegateExecuted) |
| |
| void | FinishStageTwo () |
| |
| void | FinishStageThree () |
| |
| void | ProcessChildCompletion (Task childTask) |
| |
| void | AddExceptionsFromChildren () |
| |
| bool | ExecuteEntry (bool bPreventDoubleExecution) |
| |
| virtual void | InnerInvoke () |
| |
| override void | InnerInvoke () |
| |
| void | SetContinuationForAwait (Action continuationAction, bool continueOnCapturedContext, bool flowExecutionContext) |
| |
| bool | InternalWait (int millisecondsTimeout, CancellationToken cancellationToken) |
| |
| bool | InternalCancel (bool bCancelNonExecutingOnly) |
| |
| void | RecordInternalCancellationRequest () |
| |
| void | RecordInternalCancellationRequest (CancellationToken tokenToRecord) |
| |
| void | RecordInternalCancellationRequest (CancellationToken tokenToRecord, object cancellationException) |
| |
| void | CancellationCleanupLogic () |
| |
| void | FinishContinuations () |
| |
| Task | ContinueWith (Action< Task< TResult > > continuationAction, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions) |
| |
| void | ContinueWithCore (Task continuationTask, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions options) |
| |
| void | AddCompletionAction (ITaskCompletionAction action) |
| |
| void | RemoveContinuation (object continuationObject) |
| |
| bool | TrySetResult (TResult result) |
| |
| void | DangerousSetResult (TResult result) |
| |
| TResult | GetResultCore (bool waitCompletionNotification) |
| |
| Task< TNewResult > | ContinueWith< TNewResult > (Func< Task< TResult >, TNewResult > continuationFunction, TaskScheduler scheduler, CancellationToken cancellationToken, TaskContinuationOptions continuationOptions) |
| |
Definition at line 2005 of file Task.2.cs.