次の方法で共有


WorkflowQueuingService.PendingMessagesProperty フィールド

定義

この WorkflowQueuingService に関連付けられたワークフロー キュー内の未処理項目を格納します。

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ PendingMessagesProperty;
public static readonly System.Workflow.ComponentModel.DependencyProperty PendingMessagesProperty;
 staticval mutable PendingMessagesProperty : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly PendingMessagesProperty As DependencyProperty 

フィールド値

注釈

ワークフロー インスタンスが完了または終了すると、この WorkflowQueuingService に関連付けられたそのワークフロー キュー内のすべての未処理項目が PendingMessagesProperty に移されます。

適用対象