WorkflowCompletedEventArgs Classe

Definizione

Attenzione

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

Fornisce i dati per l'evento WorkflowCompleted.

public ref class WorkflowCompletedEventArgs : System::Workflow::Runtime::WorkflowEventArgs
public class WorkflowCompletedEventArgs : System.Workflow.Runtime.WorkflowEventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowCompletedEventArgs : System.Workflow.Runtime.WorkflowEventArgs
type WorkflowCompletedEventArgs = class
    inherit WorkflowEventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowCompletedEventArgs = class
    inherit WorkflowEventArgs
Public Class WorkflowCompletedEventArgs
Inherits WorkflowEventArgs
Ereditarietà
WorkflowCompletedEventArgs
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Al termine del flusso di lavoro, il motore di runtime del flusso di lavoro genera l'evento WorkflowCompleted . Il motore di runtime del flusso di lavoro passa tutti i parametri di output del flusso di lavoro in un oggetto WorkflowCompletedEventArgs. Questi includono i out parametri e ref del flusso di lavoro.

Proprietà

Nome Descrizione
OutputParameters
Obsoleti.

Ottiene l'output dal flusso di lavoro.

WorkflowDefinition
Obsoleti.

Ottiene un oggetto Activity che rappresenta la definizione del flusso di lavoro al completamento dell'istanza del flusso di lavoro.

WorkflowInstance
Obsoleti.

Ottiene l'istanza del flusso di lavoro associata all'evento del flusso di lavoro.

(Ereditato da WorkflowEventArgs)

Metodi

Nome Descrizione
Equals(Object)
Obsoleti.

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()
Obsoleti.

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()
Obsoleti.

Ottiene il Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()
Obsoleti.

Crea una copia superficiale del Objectcorrente.

(Ereditato da Object)
ToString()
Obsoleti.

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a