Share via


PartialMonitoringObject.InsertCustomMonitoringEvent Method

Definition

Inserts an event associated with this monitoring object into the runtime.

public:
 void InsertCustomMonitoringEvent(Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringEvent ^ customEvent);
public void InsertCustomMonitoringEvent (Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEvent customEvent);
member this.InsertCustomMonitoringEvent : Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEvent -> unit
Public Sub InsertCustomMonitoringEvent (customEvent As CustomMonitoringEvent)

Parameters

customEvent
CustomMonitoringEvent

The event to insert.

Examples

For an example of the InsertCustomMonitoringEvent method, see How to Insert Custom Event and Performance Data

Applies to