Class Event
Syntax
[Obsolete("This mechanism is no longer supported and will be removed in a future version. Use the new Core IAnalyticsStandardEventComponent API instead.")]
public class Event
Constructors
Event(String, Nullable<Int32>)
Declaration
public Event(string name, int? version)
Parameters
Properties
Name
Declaration
public string Name { get; }
Property Value
Parameters
Declaration
public EventData Parameters { get; }
Property Value
Version
Declaration
public int? Version { get; }
Property Value