WorkflowInstance.SynchronizationContext Eigenschap

Definitie

Hiermee haalt u het gebruikte exemplaar op of stelt u deze in voor het SynchronizationContext plannen van het werkstroomexemplaren.

public:
 property System::Threading::SynchronizationContext ^ SynchronizationContext { System::Threading::SynchronizationContext ^ get(); void set(System::Threading::SynchronizationContext ^ value); };
public System.Threading.SynchronizationContext SynchronizationContext { get; set; }
member this.SynchronizationContext : System.Threading.SynchronizationContext with get, set
Public Property SynchronizationContext As SynchronizationContext

Waarde van eigenschap

De synchronisatiecontext die wordt gebruikt voor het plannen van het werkstroomexemplaren.

Opmerkingen

Als deze eigenschap is ingesteld nadat het werkstroomexemplaren zijn geïnitialiseerd en IsReadOnly geretourneerd true, wordt er een InvalidOperationException gegenereerd.

Van toepassing op