GemFireExceptionGenerateMiniDump Method |
Note: This API is now obsolete.
Generate a minidump of the current process in the directory
specified for log files using "log-file" property.
This is equivalent to the ".dump /ma" command of windbg.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("Use external tools to generate dump")]
public static string GenerateMiniDump()
<ObsoleteAttribute("Use external tools to generate dump")>
Public Shared Function GenerateMiniDump As String
public:
[ObsoleteAttribute(L"Use external tools to generate dump")]
static String^ GenerateMiniDump()
[<ObsoleteAttribute("Use external tools to generate dump")>]
static member GenerateMiniDump : unit -> string
Return Value
Type:
String
See Also