Click or drag to resize
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.Cache
Assembly: 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()

Return Value

Type: String
See Also