AsyncStateToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Async state token representing a registered context within the asynchronous state.
public value class AsyncStateToken : IEquatable<Microsoft::Extensions::AsyncState::AsyncStateToken>
public readonly struct AsyncStateToken : IEquatable<Microsoft.Extensions.AsyncState.AsyncStateToken>
type AsyncStateToken = struct
Public Structure AsyncStateToken
Implements IEquatable(Of AsyncStateToken)
- Inheritance
- Implements
Methods
Equals(AsyncStateToken) |
Determines whether this async state token and a specified async state token are identical. |
Equals(Object) |
Determines whether the specified object is equal to the current async state token. |
GetHashCode() |
Returns the hash code for this instance. |
Operators
Equality(AsyncStateToken, AsyncStateToken) |
Compares two instances. |
Inequality(AsyncStateToken, AsyncStateToken) |
Compares two instances. |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.