HandleExternalEventActivity::InterfaceType Property
.NET Framework (current version)
Gets or sets the ExternalDataExchangeAttribute attributed interface type of the local service whose event is handled. This property must be set before local communication can occur.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
public: property Type^ InterfaceType { virtual Type^ get(); virtual void set(Type^ value); }
The following code example shows how to create and set values for the HandleExternalEventActivity class. This code example is part of the RaiseEventToLoadWorkflow SDK sample from the DocumentApprovalWorkflow.cs file. For more information, seeRaise Event To Load Workflow.
.NET Framework
Available since 3.0
Available since 3.0
HandleExternalEventActivity Class
System.Workflow.Activities Namespace
Using the HandleExternalEvent Activity
Show: