Share via


DataModelEventNameHelper.SetProductFeatureEntityName Method

Definition

Overloads

SetProductFeatureEntityName(AssetEvent)

Set product name, feature name and entity name by parsing event name string.

SetProductFeatureEntityName(FaultEvent)

Set product name, feature name and entity name by parsing event name string.

SetProductFeatureEntityName(OperationEvent)

Set product name, feature name and entity name by parsing event name string.

SetProductFeatureEntityName(AssetEvent)

Set product name, feature name and entity name by parsing event name string.

public:
 static void SetProductFeatureEntityName(Microsoft::VisualStudio::Telemetry::AssetEvent ^ assetEvent);
public static void SetProductFeatureEntityName (Microsoft.VisualStudio.Telemetry.AssetEvent assetEvent);
static member SetProductFeatureEntityName : Microsoft.VisualStudio.Telemetry.AssetEvent -> unit
Public Shared Sub SetProductFeatureEntityName (assetEvent As AssetEvent)

Parameters

assetEvent
AssetEvent

Asset event

Applies to

SetProductFeatureEntityName(FaultEvent)

Set product name, feature name and entity name by parsing event name string.

public:
 static void SetProductFeatureEntityName(Microsoft::VisualStudio::Telemetry::FaultEvent ^ faultEvent);
public static void SetProductFeatureEntityName (Microsoft.VisualStudio.Telemetry.FaultEvent faultEvent);
static member SetProductFeatureEntityName : Microsoft.VisualStudio.Telemetry.FaultEvent -> unit
Public Shared Sub SetProductFeatureEntityName (faultEvent As FaultEvent)

Parameters

faultEvent
FaultEvent

Fault event

Applies to

SetProductFeatureEntityName(OperationEvent)

Set product name, feature name and entity name by parsing event name string.

public:
 static void SetProductFeatureEntityName(Microsoft::VisualStudio::Telemetry::OperationEvent ^ operationEvent);
public static void SetProductFeatureEntityName (Microsoft.VisualStudio.Telemetry.OperationEvent operationEvent);
static member SetProductFeatureEntityName : Microsoft.VisualStudio.Telemetry.OperationEvent -> unit
Public Shared Sub SetProductFeatureEntityName (operationEvent As OperationEvent)

Parameters

operationEvent
OperationEvent

Operation event

Applies to