AwaitableEventGroup<T>.TrySetResult method
Attempts to transition the underlying task into the RanToCompletion state.
public virtual void TrySetResult(T result)
parameter | description |
---|---|
result | The completed result object. |
See Also
- class AwaitableEventGroup<T>
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors