Edit

EventProcessingLog Class

Definition

[System.Runtime.Serialization.DataContract]
public class EventProcessingLog : Microsoft.VisualStudio.Services.Notifications.WebApi.NotificationJobDiagnosticLog
type EventProcessingLog = class
    inherit NotificationJobDiagnosticLog
Public Class EventProcessingLog
Inherits NotificationJobDiagnosticLog
Inheritance
Attributes

Constructors

EventProcessingLog()

Properties

ActivityId

Identifier used for correlating to other diagnostics that may have been recorded elsewhere.

(Inherited from NotificationDiagnosticLog)
Batches
Description (Inherited from NotificationDiagnosticLog)
EndTime (Inherited from NotificationDiagnosticLog)
Errors (Inherited from NotificationDiagnosticLog)
Id

Unique instance identifier.

(Inherited from NotificationDiagnosticLog)
LogType (Inherited from NotificationDiagnosticLog)
MatcherResults
Messages (Inherited from NotificationDiagnosticLog)
Properties (Inherited from NotificationDiagnosticLog)
Result (Inherited from NotificationJobDiagnosticLog)
Source

This identifier depends on the logType. For notification jobs, this will be the job Id.
For subscription tracing, this will be a special root Guid with the subscription Id encoded.

(Inherited from NotificationDiagnosticLog)
StartTime (Inherited from NotificationDiagnosticLog)
Stats (Inherited from NotificationJobDiagnosticLog)
Warnings (Inherited from NotificationDiagnosticLog)

Applies to