TelemetryEvent.GetDefaultEventProperties(Int64, Int64, String) Método

Definição

Retorna as propriedades padrão que devem estar em cada TelemetryEvent

protected:
 virtual System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ GetDefaultEventProperties(long eventTime, long processStartTime, System::String ^ sessionId);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Telemetry.TelemetryEvent/<GetDefaultEventProperties>d__57))]
protected virtual System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> GetDefaultEventProperties (long eventTime, long processStartTime, string sessionId);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.VisualStudio.Telemetry.TelemetryEvent/<GetDefaultEventProperties>d__57))>]
abstract member GetDefaultEventProperties : int64 * int64 * string -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
override this.GetDefaultEventProperties : int64 * int64 * string -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
Protected Iterator Overridable Function GetDefaultEventProperties (eventTime As Long, processStartTime As Long, sessionId As String) As IEnumerable(Of KeyValuePair(Of String, Object))

Parâmetros

eventTime
Int64

Uma hora em que o evento ocorreu

processStartTime
Int64

Uma hora em que a sessão foi iniciada

sessionId
String

Retornos

IEnumerable<KeyValuePair<String,Object>>
Atributos

Aplica-se a