Share via


CommunicationsSequenceActivity Members

Include Protected Members
Include Inherited Members

The CommunicationsSequenceActivity type exposes the following members.

Constructors

  Name Description
Public method CommunicationsSequenceActivity()
Creates an instance.
Public method CommunicationsSequenceActivity(String)
Creates an instance with the given name.

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method ApplyWorkflowChanges (Inherited from CompositeActivity.)
Protected method Cancel
Cancels the activity.
(Overrides SequenceActivity.Cancel(ActivityExecutionContext).)
Public method Clone (Inherited from Activity.)
Public method Dispose() (Inherited from DependencyObjectDependencyObject.)
Protected method Dispose(Boolean) (Inherited from CompositeActivityCompositeActivity.)
Public method Equals (Inherited from Object.)
Protected method Execute
Runs the activity.
(Overrides SequenceActivity.Execute(ActivityExecutionContext).)
Protected method Finalize (Inherited from DependencyObject.)
Public method GetActivityByName(String) (Inherited from ActivityActivity.)
Public method GetActivityByName(String, Boolean) (Inherited from ActivityActivity.)
Public method GetBinding (Inherited from DependencyObject.)
Protected method GetBoundValue (Inherited from DependencyObject.)
Protected method GetDynamicActivities (Inherited from CompositeActivity.)
Public method GetDynamicActivity
Gets the dynamic child activity with the specified name.
Public method GetHashCode (Inherited from Object.)
Protected method GetInvocationList<T> (Inherited from DependencyObject.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method GetValueBase (Inherited from DependencyObject.)
Protected method HandleFault
Handles an exception.
(Overrides SequenceActivity.HandleFault(ActivityExecutionContext, Exception).)
Protected method Initialize (Inherited from CompositeActivity.)
Protected method InitializeProperties (Inherited from DependencyObject.)
Protected method Invoke<T>(EventHandler<T>, T) (Inherited from ActivityActivity.)
Protected method Invoke<T>(IActivityEventListener<T>, T) (Inherited from ActivityActivity.)
Public method IsBindingSet (Inherited from DependencyObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MetaEquals (Inherited from DependencyObject.)
Protected method OnActivityChangeAdd
Dynamic update logic for adding an activity to CommunicationsSequenceActivity at runtime.
(Overrides CompositeActivity.OnActivityChangeAdd(ActivityExecutionContext, Activity).)
Protected method OnActivityChangeRemove
Dynamic update logic for removing an activity from CommunicationsSequenceActivity at runtime.
(Overrides SequenceActivity.OnActivityChangeRemove(ActivityExecutionContext, Activity).)
Protected method OnActivityExecutionContextLoad (Inherited from CompositeActivity.)
Protected method OnActivityExecutionContextUnload (Inherited from CompositeActivity.)
Protected method OnClosed (Inherited from Activity.)
Protected method OnListChanged (Inherited from CompositeActivity.)
Protected method OnListChanging (Inherited from CompositeActivity.)
Protected method OnSequenceComplete (Inherited from SequenceActivity.)
Protected method OnWorkflowChangesCompleted (Inherited from SequenceActivity.)
Protected method RaiseEvent (Inherited from Activity.)
Protected method RaiseGenericEvent<T> (Inherited from Activity.)
Public method RegisterForStatusChange (Inherited from Activity.)
Public method RemoveHandler (Inherited from DependencyObject.)
Public method RemoveProperty (Inherited from DependencyObject.)
Public method Save(Stream) (Inherited from ActivityActivity.)
Public method Save(Stream, IFormatter) (Inherited from ActivityActivity.)
Public method SetBinding (Inherited from DependencyObject.)
Protected method SetBoundValue (Inherited from DependencyObject.)
Protected method SetReadOnlyPropertyValue (Inherited from DependencyObject.)
Public method SetValue (Inherited from DependencyObject.)
Public method SetValueBase (Inherited from DependencyObject.)
Public method ToString (Inherited from Activity.)
Protected method TrackData(Object) (Inherited from ActivityActivity.)
Protected method TrackData(String, Object) (Inherited from ActivityActivity.)
Protected method Uninitialize (Inherited from CompositeActivity.)
Public method UnregisterForStatusChange (Inherited from Activity.)

Fields

  Name Description
Public field Static member CallProviderProperty
This dependency property will bind to the CallProvider property of AcceptCallActivity, OutboundCallActivity, or a custom activity that exposes the CallProvider property.

Properties

  Name Description
Public property Activities (Inherited from CompositeActivity.)
Public property CallProvider
Gets or sets a CallProvider object that exposes different objects like the Call object, SpeechSynthesizer object, and the recognizers used in instant message or speech dialogs.
Protected property CanModifyActivities (Inherited from CompositeActivity.)
Public property Description (Inherited from Activity.)
Protected property DesignMode (Inherited from DependencyObject.)
Public property Enabled (Inherited from Activity.)
Public property EnabledActivities (Inherited from CompositeActivity.)
Public property ExecutionResult (Inherited from Activity.)
Public property ExecutionStatus (Inherited from Activity.)
Public property IsDynamicActivity (Inherited from Activity.)
Public property Name (Inherited from Activity.)
Public property Parent (Inherited from Activity.)
Protected property ParentDependencyObject (Inherited from DependencyObject.)
Public property QualifiedName (Inherited from Activity.)
Public property Site (Inherited from DependencyObject.)
Public property UserData (Inherited from DependencyObject.)
Protected property WorkflowInstanceId (Inherited from Activity.)

Events

  Name Description
Public event Canceling (Inherited from Activity.)
Public event Closed (Inherited from Activity.)
Public event Compensating (Inherited from Activity.)
Public event Executing (Inherited from Activity.)
Public event Faulting (Inherited from Activity.)
Public event StatusChanged (Inherited from Activity.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent
Explicit interface implemetation Private event IComponent.Disposed (Inherited from DependencyObject.)
Explicit interface implemetation Private property IInstanceDependencyContainer.InstanceDependencyProperties
A dictionary that is used to store the values of instance dependency properties.

See Also

CommunicationsSequenceActivity Class

Microsoft.Rtc.Workflow.Activities Namespace