Share via


CloudEventEntry Members

Include Protected Members
Include Inherited Members

Applies to: Semantic Logging 2.0

The CloudEventEntry type exposes the following members.

Methods

  Name Description
Public method CreateKey
Create a key for the entity.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property ActivityId
Gets or sets the activity id for the event.
Public property EventDate
Gets or sets the event date.
Public property EventId
Gets or sets the event identifier.
Public property InstanceName
Gets or sets the instance name where the entries are generated from.
Public property Keywords
Gets or sets the keywords for the event.
Public property Level
Gets or sets the level of the event.
Public property Message
Gets or sets the message for the event.
Public property Opcode
Gets or sets the operation code for the event.
Public property Payload
Gets or sets the payload for the event.
Public property ProcessId
Gets or sets the process id.
Public property ProviderId
Gets or sets the unique identifier for the provider, which is typically the class derived from EventSource.
Public property ProviderName
Gets or sets the friendly name of the class that is derived from the event source.
Public property RelatedActivityId
Gets or sets the related activity id for the event.
Public property Task
Gets or sets the task for the event.
Public property ThreadId
Gets or sets the thread id.
Public property Version
Gets or sets the version of the event.

See Also

CloudEventEntry Class

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.WindowsAzure Namespace