CallRetrievedEventActivity Members

Include Protected Members
Include Inherited Members

The CallRetrievedEventActivity type exposes the following members.

Constructors

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

Methods

  Name Description
Public method AddHandler (Inherited from DependencyObject.)
Protected method ApplyWorkflowChanges (Inherited from CompositeActivity.)
Protected method Cancel (Inherited from SequenceActivity.)
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 (Inherited from SequenceActivity.)
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 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 SequenceActivity.)
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 (Inherited from CompositeActivity.)
Protected method OnActivityChangeRemove (Inherited from SequenceActivity.)
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.)
Protected method Subscribe
Creates the queue for the event represented in the CallControlEventActivity class.
(Inherited from CallControlEventActivity.)
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.)
Protected method Unsubscribe
Cancels the subscription of the CallControlEventActivity to an event.
(Inherited from CallControlEventActivity.)

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 QueueName
Name of the queue created to receive the event represented by this CallControlEventActivity.
(Inherited from CallControlEventActivity.)
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 IEventActivity.Subscribe
Called to get the CallControlEventActivity to subscribe for its event. Because Communications events do not exist standalone without CommunicationsEventsActivity this method is only called by the CommunicationsEventsActivity.
(Inherited from CallControlEventActivity.)
Explicit interface implemetation Private method IEventActivity.Unsubscribe
Called to get the CallControlEventActivity to unsubscribe for its event.
(Inherited from CallControlEventActivity.)
Explicit interface implemetation Private event IComponent.Disposed (Inherited from DependencyObject.)
Explicit interface implemetation Private method IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent (Inherited from SequenceActivity.)

See Also

CallRetrievedEventActivity Class

Microsoft.Rtc.Workflow.Activities Namespace