CallRetrievedEventActivity Members
Include Protected Members
Include Inherited Members
An activity that is executed when the AudioVideoCall is retrieved from a hold state.
The CallRetrievedEventActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CallRetrievedEventActivity() | Creates a new instance. | |
CallRetrievedEventActivity(String) | Creates a new instance with the specified name. |
Top
Properties
Name | Description | |
---|---|---|
Activities | (inherited from CompositeActivity) | |
CanModifyActivities | (inherited from CompositeActivity) | |
Description | (inherited from Activity) | |
DesignMode | (inherited from DependencyObject) | |
Enabled | (inherited from Activity) | |
EnabledActivities | (inherited from CompositeActivity) | |
ExecutionResult | (inherited from Activity) | |
ExecutionStatus | (inherited from Activity) | |
IsDynamicActivity | (inherited from Activity) | |
Name | (inherited from Activity) | |
Parent | (inherited from Activity) | |
ParentDependencyObject | (inherited from DependencyObject) | |
QualifiedName | (inherited from Activity) | |
QueueName | Name of the queue created to receive the event represented by this CallControlEventActivity. (inherited from CallControlEventActivity) | |
Site | (inherited from DependencyObject) | |
UserData | (inherited from DependencyObject) | |
WorkflowInstanceId | (inherited from Activity) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Canceling | (inherited from Activity) | |
Closed | (inherited from Activity) | |
Compensating | (inherited from Activity) | |
Executing | (inherited from Activity) | |
Faulting | (inherited from Activity) | |
StatusChanged | (inherited from Activity) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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) | |
IEventActivity.Unsubscribe | Called to get the CallControlEventActivity to unsubscribe for its event. (inherited from CallControlEventActivity) | |
IComponent.Disposed | (inherited from DependencyObject) | |
IActivityEventListener<ActivityExecutionStatusChangedEventArgs>.OnEvent | (inherited from SequenceActivity) |
Top