CallControlEventActivity Class

Represents a call-initiated event and its handler in the dialog flow. It provides the event-subscription data, and the children of the CallControlEventActivity represent the handler logic for the event. Deriving from CallControlEventActivity is not supported, as it is used by other public activities.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public MustInherit Class CallControlEventActivity _
    Inherits SequenceActivity _
    Implements IEventActivity
public abstract class CallControlEventActivity : SequenceActivity, 
    IEventActivity
public ref class CallControlEventActivity abstract : public SequenceActivity, 
    IEventActivity
Microsoft.Rtc.Workflow.Activities.CallControlEventActivity = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Activities.CallControlEventActivity',
    SequenceActivity,
    IEventActivity);

Inheritance Hierarchy

Object
  DependencyObject
    Activity
      CompositeActivity
        SequenceActivity
          Microsoft.Rtc.Workflow.Activities..::.CallControlEventActivity
            Microsoft.Rtc.Workflow.Activities..::.CallOnHoldEventActivity
            Microsoft.Rtc.Workflow.Activities..::.CallOnHoldTimeoutEventActivity
            Microsoft.Rtc.Workflow.Activities..::.CallRetrievedEventActivity

See Also

CallControlEventActivity Members

Microsoft.Rtc.Workflow.Activities Namespace