PostSharp//API Reference/Post­Sharp.​Aspects/Async­Call­Id
Open sandboxFocus

Class AsyncCallId

Identifier of an asynchronous method invocation, i.e. of a unique async state machine instance.

Inheritance
AsyncCallId
Implements
IEquatable<AsyncCallId>
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public sealed class AsyncCallId : ValueType

Properties

Name Description
IsNull

Determines whether the current AsyncCallId is null.

Null

Gets a null instance of the AsyncCallId struct.

Methods

Name Description
Equals(AsyncCallId)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

GetNext()
ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(AsyncCallId, AsyncCallId)

Determines whether two instances of the AsyncCallId type are equal.

Inequality(AsyncCallId, AsyncCallId)

Determines whether two instances of the AsyncCallId type are different.