CallDisconnectedEventActivity.IEventActivity.QueueName Property
Gets the name of the System.Workflow.Runtime.WorkflowQueue on which the activity is waiting for data to arrive.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Private ReadOnly Property QueueName As IComparable
Implements IEventActivity.QueueName
Get
'Usage
Dim instance As CallDisconnectedEventActivity
Dim value As IComparable
value = CType(instance, IEventActivity).QueueName
IComparable IEventActivity.QueueName { get; }
Property Value
Type: System.IComparable
Implements
See Also
Reference
CallDisconnectedEventActivity Class