Open sandboxFocus

Struct AsyncCallId

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

Implements
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public struct AsyncCallId : IEquatable<AsyncCallId>

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()
ToString()

Operators

Name Description
operator ==(AsyncCallId, AsyncCallId)

Determines whether two instances of the AsyncCallId type are equal.

operator !=(AsyncCallId, AsyncCallId)

Determines whether two instances of the AsyncCallId type are different.