IEventActivity Arabirim

Tanım

Dikkat

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

Olaylara abone olmak için olay temelli etkinliklerin türetilmiş olması gereken yöntemler ve özellikler sağlar.

public interface class IEventActivity
public interface IEventActivity
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IEventActivity
type IEventActivity = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IEventActivity = interface
Public Interface IEventActivity
Türetilmiş
Öznitelikler

Açıklamalar

Note

Bu malzeme, eski türleri ve ad alanlarını ele alır. Daha fazla bilgi için bkz. Deprecated Types in Windows Workflow Foundation 4.5.

Özellikler

Name Description
QueueName
Geçersiz.

Etkinliğin verilerin gelmesini beklediği WorkflowQueue adını alır.

Yöntemler

Name Description
Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)
Geçersiz.

bir olayın aboneliğini Activity oluşturur.

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)
Geçersiz.

Bir Activity olayın aboneliğini iptal eder.

Şunlara uygulanır