Aracılığıyla paylaş


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

Not

Bu malzeme artık kullanılmayan türleri ve ad alanlarını açıklamaktadır. Daha fazla bilgi için Windows Workflow Foundation 4,5 ' deki kullanım dışı türlerbölümüne bakın.

Özellikler

QueueName

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

Yöntemler

Subscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

bir olay için aboneliğini Activity oluşturur.

Unsubscribe(ActivityExecutionContext, IActivityEventListener<QueueEventArgs>)

Bir Activity olaya aboneliğini iptal eder.

Şunlara uygulanır