This version of Unity is unsupported.

AwaitableCompletionSource<T0>.TrySetResult

Declaration

public bool TrySetResult(ref T value);

Parameters

value Value to pass to the awaitable continuation.

Returns

bool Indicates if the completion was successfully raised.

Description

Raise the awaitable completion.