CorrelationToken.UnsubscribeFromCorrelationTokenInitializedEvent Methode

Definition

Gekündigt vom CorrelationToken initialisierten Ereignis.

public:
 void UnsubscribeFromCorrelationTokenInitializedEvent(System::Workflow::ComponentModel::Activity ^ activity, System::Workflow::ComponentModel::IActivityEventListener<System::Workflow::Runtime::CorrelationTokenEventArgs ^> ^ dataChangeListener);
public void UnsubscribeFromCorrelationTokenInitializedEvent(System.Workflow.ComponentModel.Activity activity, System.Workflow.ComponentModel.IActivityEventListener<System.Workflow.Runtime.CorrelationTokenEventArgs> dataChangeListener);
member this.UnsubscribeFromCorrelationTokenInitializedEvent : System.Workflow.ComponentModel.Activity * System.Workflow.ComponentModel.IActivityEventListener<System.Workflow.Runtime.CorrelationTokenEventArgs> -> unit
Public Sub UnsubscribeFromCorrelationTokenInitializedEvent (activity As Activity, dataChangeListener As IActivityEventListener(Of CorrelationTokenEventArgs))

Parameter

activity
Activity

Der Name des Activity Besitzers des Korrelationstokens.

dataChangeListener
IActivityEventListener<CorrelationTokenEventArgs>

Das CorrelationTokenEventArgs überwacht eine Änderung in Ereignisdaten.

Ausnahmen

activity oder dataChangeListener sind NULL-Bezüge (Nothing in Visual Basic).

Gilt für: