Aracılığıyla paylaş


CorrelationToken.UnsubscribeFromCorrelationTokenInitializedEvent Yöntem

Tanım

Başlatılan olayın aboneliğini CorrelationToken kaldırır.

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))

Parametreler

activity
Activity

Bağıntı belirtecinin Activity sahibi olan adı.

dataChangeListener
IActivityEventListener<CorrelationTokenEventArgs>

Olay CorrelationTokenEventArgs verilerindeki bir değişikliği dinleyen.

Özel durumlar

activityveya dataChangeListener null başvurulardır (NothingVisual Basic).

Şunlara uygulanır