Show / Hide Table of Contents

Interface IAsyncResetEvent

Represents asynchronous flow synchronization event.

Inherited Members
IAsyncEvent.Reset()
IAsyncEvent.Signal()
IAsyncEvent.WaitAsync(TimeSpan, CancellationToken)
IAsyncEvent.WaitAsync(CancellationToken)
IAsyncEvent.Wait(TimeSpan)
IAsyncEvent.IsSet
IDisposable.Dispose()
Namespace: DotNext.Threading
Assembly: DotNext.Threading.dll
Syntax
public interface IAsyncResetEvent : IAsyncEvent, IDisposable, IResettable

Properties

View Source

ResetMode

Gets reset mode.

Declaration
EventResetMode ResetMode { get; }
Property Value
Type Description
EventResetMode

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾