AsyncStateToken 구조체

정의

비동기 상태 내의 등록된 컨텍스트를 나타내는 비동기 상태 토큰입니다.

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)
상속
AsyncStateToken
구현

메서드

Equals(AsyncStateToken)

이 비동기 상태 토큰과 지정된 비동기 상태 토큰이 동일한지 여부를 결정합니다.

Equals(Object)

지정된 개체가 현재 비동기 상태 토큰과 같은지 여부를 확인합니다.

GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

연산자

Equality(AsyncStateToken, AsyncStateToken)

두 인스턴스를 비교합니다.

Inequality(AsyncStateToken, AsyncStateToken)

두 인스턴스를 비교합니다.

적용 대상