PerformanceMonitor.takeSnapshot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
takeSnapshot() | |
takeSnapshot(String) |
takeSnapshot()
public:
virtual bool takeSnapshot();
public virtual bool takeSnapshot ();
abstract member takeSnapshot : unit -> bool
override this.takeSnapshot : unit -> bool
Public Overridable Function takeSnapshot () As Boolean
Returns
Applies to
takeSnapshot(String)
public:
virtual bool takeSnapshot(System::String ^ _processName);
public virtual bool takeSnapshot (string _processName);
abstract member takeSnapshot : string -> bool
override this.takeSnapshot : string -> bool
Public Overridable Function takeSnapshot (_processName As String) As Boolean
Parameters
- _processName
- String