次の方法で共有


DelayActivity.IEventActivity.QueueName プロパティ

定義

タイマーが切れたときに配信されるワークフロー キューの名前を取得します。

property IComparable ^ System::Workflow::Activities::IEventActivity::QueueName { IComparable ^ get(); };
IComparable System.Workflow.Activities.IEventActivity.QueueName { get; }
member this.System.Workflow.Activities.IEventActivity.QueueName : IComparable
 ReadOnly Property QueueName As IComparable Implements IEventActivity.QueueName

プロパティ値

IComparable

ワークフロー キューの名前。

実装

注釈

ワークフローのキューの名前は、CreateWorkflowQueue メソッドで設定されます。

適用対象