Version: 2023.1
언어: 한국어
public bool TrySetResult (ref T value);

파라미터

value Value to pass to the awaitable continuation.

반환

bool Indicates if the completion was successfully raised.

설명

Raise the awaitable completion.