'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <XmlIgnoreAttribute()> Public Property SynchronizationContext As SynchronizationContext
'Usage
Dim instance As NotifyingWidget Dim value As SynchronizationContext instance.SynchronizationContext = value value = instance.SynchronizationContext
[Browsable(false)] [CanBeNull()] [XmlIgnore()] public SynchronizationContext SynchronizationContext {get; set;}
[Browsable(false)] [CanBeNull()] [XmlIgnore()] public: property SynchronizationContext^ SynchronizationContext { SynchronizationContext^ get(); void set ( SynchronizationContext^ value); }
Property Value
The synchronization context that should be used for asynchronous operations. If null, the default synchronization context is used.This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.