Class RequestMemoryDumpResult
public sealed record RequestMemoryDumpResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<RequestMemoryDumpResult>
- Inheritance
-
EmptyResultRequestMemoryDumpResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
RequestMemoryDumpResult(string, bool)
public RequestMemoryDumpResult(string DumpGuid, bool Success)
Parameters
DumpGuidstringGUID of the resulting global memory dump.
SuccessboolTrue iff the global memory dump succeeded.
Properties
DumpGuid
GUID of the resulting global memory dump.
public string DumpGuid { get; init; }
Property Value
Success
True iff the global memory dump succeeded.
public bool Success { get; init; }