AsyncCallId Structure |
Identifier of an asynchronous method invocation, i.e. of a unique async state machine instance.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.16.0 (6.5.16.0)
C#
public struct AsyncCallId : IEquatable<AsyncCallId>
The AsyncCallId type exposes the following members.
Name | Description | |
---|---|---|
IsNull |
Determines whether the current AsyncCallId is null.
| |
Null |
Gets a null instance of the AsyncCallId struct.
|
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).) | |
Equals(AsyncCallId) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
Equality |
Determines whether two instances of the AsyncCallId type are equal.
| |
Inequality |
Determines whether two instances of the AsyncCallId type are different.
|