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.