EventId(Int32, String) Constructor

Definition

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.

Applies to