EventId(Int32, String) 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.
Initializes a new instance of the EventId class.
public EventId (int id, string name = default);
new Microsoft.Xrm.Sdk.PluginTelemetry.EventId : int * string -> Microsoft.Xrm.Sdk.PluginTelemetry.EventId
Public Sub New (id As Integer, Optional name As String = Nothing)
Parameters
- id
- Int32
Sets the numeric identifier for this event.
- name
- String
Sets the name of this event.