CorrelationTokenEventArgs Classe

Definizione

Attenzione

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

Contiene i dati degli eventi associati a CorrelationToken. La classe non può essere ereditata.

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

Commenti

Nota

In questo materiale vengono descritti tipi e spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5 (Tipi deprecati in Windows Workflow Foundation 4.5).

Proprietà

CorrelationToken

Ottiene l'oggetto CorrelationToken corrente.

IsInitializing

Ottiene un valore che indica se il metodo Initialize(Activity, ICollection<CorrelationProperty>) è stato eseguito.

Metodi

Equals(Object)

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

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a