IAnalytics ProviderRegister Event Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
void RegisterEvent(
string name,
string description,
Dictionary<string, string> data
)VB
Sub RegisterEvent (
name As String,
description As String,
data As Dictionary(Of String, String)
)Parameters
- name String
- description String
- data DictionaryString, String