RequestId Class
Uniquely identifies a request and can be used with messages and events.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | Id | Gets or sets the underlying GUID that represents the RequestId. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object^) | Compares this instance with the provided object. |
![]() | CompareTo(RequestId^) | Compares this instance with the provided RequestId. |
![]() | Equals(Object^) | Compares this instance with the provided object for value equality.(Overrides Object::Equals(Object^).) |
![]() | Equals(RequestId^) | Compares this instance with the provided RequestId for value equality. |
![]() | GetHashCode() | Gets a hash code for this instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Converts the instance to a string in lowercase registry format.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(RequestId^, RequestId^) | Compares two RequestIds for value equality. |
![]() ![]() | Inequality(RequestId^, RequestId^) | Compares two RequestIds for value inequality. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




