SynchronizationScopeActivity.SynchronizationHandles プロパティ

定義

この SynchronizationScopeActivityの同期動作を決定するハンドルを表す文字列のコレクションを取得または設定します。 2 つ以上の SynchronizationScopeActivity アクティビティが同期ハンドルを共有する場合、それらのアクティビティはシリアル形式で実行されます。子アクティビティのインターリーブ実行はありません。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ SynchronizationHandles { System::Collections::Generic::ICollection<System::String ^> ^ get(); void set(System::Collections::Generic::ICollection<System::String ^> ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.SynchronizationHandlesTypeConverter))]
public System.Collections.Generic.ICollection<string> SynchronizationHandles { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.SynchronizationHandlesTypeConverter))>]
member this.SynchronizationHandles : System.Collections.Generic.ICollection<string> with get, set
Public Property SynchronizationHandles As ICollection(Of String)

プロパティ値

このインスタンスの同期ハンドルを含む複数行の文字列。

属性

適用対象