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
IComparable IEventActivity.QueueName { get; }
private:
virtual property IComparable^ QueueName {
IComparable^ get () sealed = IEventActivity::QueueName::get;
}
JavaScript does not support explicit interface implementations.