CustomMonitoringEvent(String, Int32) Constructor
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.
Creates a new custom monitoring event.
public:
CustomMonitoringEvent(System::String ^ publisherName, int eventNumber);
public CustomMonitoringEvent (string publisherName, int eventNumber);
new Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEvent : string * int -> Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEvent
Public Sub New (publisherName As String, eventNumber As Integer)
Parameters
- publisherName
- String
The publisher name.
- eventNumber
- Int32
The event number.