Partilhar via


EventSchema.Task Property

Applies to: Semantic Logging 2.0

Gets the event task.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public EventTask Task { get; }
'Declaration
Public ReadOnly Property Task As EventTask
    Get

Property Value

Type: EventTask
The event task.

Remarks

Events for a given provider can be given a group identifier called a Task that indicates the broad area within the provider that the event pertains to (for example the Kernel provider has Tasks for Process, Threads, etc).

See Also

EventSchema Class

EventSchema Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Schema Namespace