WorkflowTrackingRecord Classe

Definição

Cuidado

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Contém os dados enviados ao serviço de acompanhamento pela infraestrutura de acompanhamento de runtime quando há correspondência com um WorkflowTrackPoint.Contains the data sent to the tracking service by the runtime tracking infrastructure when it matches a WorkflowTrackPoint. Ela também é usada na lista de retorno da propriedade WorkflowEvents.It is also used in the return list of the WorkflowEvents property.

public ref class WorkflowTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type WorkflowTrackingRecord = class
    inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowTrackingRecord = class
    inherit TrackingRecord
Public Class WorkflowTrackingRecord
Inherits TrackingRecord
Herança
WorkflowTrackingRecord
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Quando a infraestrutura de rastreamento de tempo de execução corresponde a uma WorkflowTrackPoint em TrackingProfile , ela envia um WorkflowTrackingRecord para o serviço de controle sobre o TrackingChannel associado ao serviço de controle.When the runtime tracking infrastructure matches a WorkflowTrackPoint in a TrackingProfile, it sends a WorkflowTrackingRecord to the tracking service over the TrackingChannel associated with that tracking service. O serviço de controle pode executar qualquer ação necessária nos dados no registro de rastreamento.The tracking service can perform whatever action is necessary on the data in the tracking record.

Construtores

WorkflowTrackingRecord()

Inicializa uma nova instância da classe WorkflowTrackingRecord.Initializes a new instance of the WorkflowTrackingRecord class.

WorkflowTrackingRecord(TrackingWorkflowEvent, DateTime, Int32, EventArgs)

Inicializa uma nova instância da classe WorkflowTrackingRecord usando o valor TrackingWorkflowEvent, o número DateTime e o EventArgs especificados.Initializes a new instance of the WorkflowTrackingRecord class by using the specified TrackingWorkflowEvent value, DateTime, number, and EventArgs.

Propriedades

Annotations

Obtém a coleção de anotações associada ao WorkflowTrackPoint correspondido.Gets the collection of annotations associated with the WorkflowTrackPoint that was matched.

EventArgs

Obtém ou define um EventArgs que contém os dados adicionais associados a determinados tipos de eventos de status do fluxo de trabalho.Gets or sets an EventArgs that contains additional data associated with certain types of workflow status events.

EventDateTime

Obtém ou define a data e hora em que ocorreu o evento de acompanhamento de fluxo de trabalho.Gets or sets the date and time that the workflow tracking event occurred.

EventOrder

Obtém ou define um valor que indica a ordem na instância de fluxo de trabalho do evento de status da atividade que correspondeu ao WorkflowTrackPoint.Gets or sets a value that indicates the order in the workflow instance of the workflow status event that matched the WorkflowTrackPoint.

TrackingWorkflowEvent

Obtém ou define o tipo de evento de status do fluxo de trabalho associado ao registro de acompanhamento.Gets or sets the type of workflow status event associated with the tracking record.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a