Share via


ManagementPack.GetMonitor(String) Method

Definition

Retrieves the specified monitor from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitor ^ GetMonitor(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor GetMonitor (string name);
member this.GetMonitor : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor
Public Function GetMonitor (name As String) As ManagementPackMonitor

Parameters

name
String

The name of the monitor.

Returns

The specified monitor.

Applies to