SynchronizationScopeActivity.SynchronizationHandles 屬性

定義

取得或設定一組字串,代表決定此 SynchronizationScopeActivity的同步行為的句柄。 當兩個或多個 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)

屬性值

一個包含此實例同步句柄的多行字串。

屬性

適用於