Class RequestMemoryDumpCommandResponse
Response for Request a global memory dump.
public sealed class RequestMemoryDumpCommandResponse : ICommandResponse<RequestMemoryDumpCommandSettings>, ICommandResponse
- Inheritance
-
RequestMemoryDumpCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
DumpGuid
GUID of the resulting global memory dump.
[JsonPropertyName("dumpGuid")]
public string DumpGuid { get; set; }
Property Value
Success
True iff the global memory dump succeeded.
[JsonPropertyName("success")]
public bool Success { get; set; }