SynchronizationScopeActivity.SynchronizationHandles Proprietà

Definizione

Ottiene o imposta una raccolta di stringhe che rappresenta handle che determinano il comportamento di sincronizzazione di .SynchronizationScopeActivity Quando due o più SynchronizationScopeActivity attività condividono un handle di sincronizzazione, vengono eseguite in modo seriale; non esiste alcuna esecuzione interleaved delle attività figlio all'interno di esse.

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)

Valore della proprietà

Stringa multilinea che contiene handle di sincronizzazione per questa istanza.

Attributi

Si applica a