|
... so we shouldn't need to understand things like STA, MTA, cross threading marshaling etc. the System.Threading.SynchronizationContext and System.ComponentModel.AsyncOperationManager ...
|
|
Me.asyncOp = System.ComponentModel.AsyncOperationManager.CreateOperation(Nothing) Me.onPropertyChangeDelegate = New System.Threading.SendOrPostCallback(AddressOf _PropertyChanged)
|
|
Class System.ComponentModel.AsyncOperationManager
|
|
The members of System.ComponentModel.AsyncOperationManager are listed below. See Also: Inherited members from System.Object [ ...
|
|
Mono Class Library : System.ComponentModel Namespace System.ComponentModel.AsyncOperationManager Class: Note: This namespace, class, or member is supported only in version ...
|
|
Provides concurrency management for classes that support ... System.ComponentModel . . :: . AsyncOperationManager ...
|
|
Provides concurrency management for classes that support asynchronous method calls. This class cannot be inherited.
|