Show / Hide Table of Contents

Struct ManualResetCompletionSource.ExpectedTokenAndCustomData

Represents a combination of ManualResetCompletionSource.ExpectedToken and ManualResetCompletionSource.CustomCompletionData completion options.

Implements
ManualResetCompletionSource.ICompletionOptions
Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: DotNext.Threading.Tasks
Assembly: DotNext.Threading.dll
Syntax
public readonly ref struct ManualResetCompletionSource.ExpectedTokenAndCustomData : ManualResetCompletionSource.ICompletionOptions

Constructors

View Source

ExpectedTokenAndCustomData(short, object?)

Represents a combination of ManualResetCompletionSource.ExpectedToken and ManualResetCompletionSource.CustomCompletionData completion options.

Declaration
public ExpectedTokenAndCustomData(short token, object? userData)
Parameters
Type Name Description
short token

The expected token.

object userData

The user data object.

Implements

ManualResetCompletionSource.ICompletionOptions

Extension Methods

BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
Enumerator.Skip<TEnumerator, T>(ref TEnumerator, int)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾