ClientAnalyticsChannel.LogEvent Method (String, IDictionary<String, Object>)

Namespace:  Microsoft.ApplicationInsights.Telemetry.WindowsStore
Assembly:  Microsoft.ApplicationInsights.Telemetry.WindowsStore (in Microsoft.ApplicationInsights.Telemetry.WindowsStore.dll)

Syntax

'Declaration
Public Sub LogEvent ( _
    eventName As String, _
    properties As IDictionary(Of String, Object) _
)
public void LogEvent(
    string eventName,
    IDictionary<string, Object> properties
)
public:
virtual void LogEvent(
    String^ eventName, 
    IDictionary<String^, Object^>^ properties
) sealed
abstract LogEvent : 
        eventName:string * 
        properties:IDictionary<string, Object> -> unit  
override LogEvent : 
        eventName:string * 
        properties:IDictionary<string, Object> -> unit
public final function LogEvent(
    eventName : String, 
    properties : IDictionary<String, Object>
)

Parameters

Implements

IClientAnalyticsChannel.LogEvent(String, IDictionary<String, Object>)

.NET Framework Security

See Also

Reference

ClientAnalyticsChannel Class

LogEvent Overload

Microsoft.ApplicationInsights.Telemetry.WindowsStore Namespace