PostSharpAPI ReferencePost­Sharp.​AspectsAsync­Call­Id
Open sandboxFocus

AsyncCallId Class

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)
Equals(Object)
GetHashCode()
GetNext()
ToString()

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.