CommandsActivity Members

Include Protected Members
Include Inherited Members

A collection of CommandActivity objects. CommandsActivity works closely with CommuniationSequenceActivity, which defines a main workflow. CommandsActivity represents the out-of-band events, and their processing, which happen while the CommunicationSequenceActivity's main flow is in progress. Each CommandActivity represents an event and the handler for the event. The CommandsActivity acts as a subscriber for these events by obtaining subscription data from each CommandActivity, receives the events as they happen, and then executes the associated commands.

The CommandsActivity type exposes the following members.

Constructors

  Name Description
Public method CommandsActivity() Creates a new instance.
Public method CommandsActivity(String) Creates a new instance with the name.

Top

Properties

  Name Description
Public property Activities (inherited from CompositeActivity)
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)

Top

Methods

  Name Description
Public method AddHandler (inherited from DependencyObject)
Protected method ApplyWorkflowChanges (inherited from CompositeActivity)
Protected method Cancel (inherited from Activity)
Public method Clone (inherited from Activity)
Public method Dispose() (inherited from DependencyObject)
Protected method Dispose(Boolean) (inherited from CompositeActivity)
Public method Equals (inherited from Object)
Protected method Execute (inherited from Activity)
Protected method Finalize (inherited from DependencyObject)
Public method GetActivityByName(String) (inherited from Activity)
Public method GetActivityByName(String, Boolean) (inherited from Activity)
Public method GetBinding (inherited from DependencyObject)
Protected method GetBoundValue (inherited from DependencyObject)
Protected method GetDynamicActivities (inherited from CompositeActivity)
Public method GetEnumerator Gets an enumerator for the collection.
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 (inherited from CompositeActivity)
Protected method Initialize (inherited from CompositeActivity)
Protected method InitializeProperties (inherited from DependencyObject)
Protected method Invoke<T>(EventHandler<T>, T) (inherited from Activity)
Protected method Invoke<T>(IActivityEventListener<T>, T) (inherited from Activity)
Public method IsBindingSet (inherited from DependencyObject)
Protected method MemberwiseClone (inherited from Object)
Public method MetaEquals (inherited from DependencyObject)
Protected method OnActivityChangeAdd (inherited from CompositeActivity)
Protected method OnActivityChangeRemove (inherited from CompositeActivity)
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 OnWorkflowChangesCompleted (inherited from CompositeActivity)
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 Activity)
Public method Save(Stream, IFormatter) (inherited from Activity)
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 Activity)
Protected method TrackData(String, Object) (inherited from Activity)
Protected method Uninitialize (inherited from CompositeActivity)
Public method UnregisterForStatusChange (inherited from Activity)

Top

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)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent
Explicit interface implemetationPrivate event IComponent.Disposed (inherited from DependencyObject)

Top

See Also

Reference

CommandsActivity Class

Microsoft.Rtc.Workflow.Activities Namespace