Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SendState (MessageProcessingHandler handler, CancellationToken token) | |
void | SetException (Exception exception) |
void | SetException (IEnumerable< Exception > exceptions) |
void | SetException (Exception exception) |
void | SetException (IEnumerable< Exception > exceptions) |
bool | TrySetException (Exception exception) |
bool | TrySetException (IEnumerable< Exception > exceptions) |
bool | TrySetException (Exception exception) |
bool | TrySetException (IEnumerable< Exception > exceptions) |
void | SetResult () |
void | SetResult (TResult result) |
bool | TrySetResult () |
bool | TrySetResult (TResult result) |
void | SetCanceled () |
void | SetCanceled (CancellationToken cancellationToken) |
void | SetCanceled () |
void | SetCanceled (CancellationToken cancellationToken) |
bool | TrySetCanceled () |
bool | TrySetCanceled (CancellationToken cancellationToken) |
bool | TrySetCanceled () |
bool | TrySetCanceled (CancellationToken cancellationToken) |
Package Attributes | |
readonly MessageProcessingHandler | _handler |
readonly CancellationToken | _token |
Properties | |
Task | Task [get] |
Task< TResult > | Task [get] |
Private Attributes | |
readonly Task | _task |
readonly Task< TResult > | _task |
Definition at line 9 of file MessageProcessingHandler.cs.