AsyncManager.Sync(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes a callback in the current synchronization context.
public virtual void Sync (Action action);
abstract member Sync : Action -> unit
override this.Sync : Action -> unit
Public Overridable Sub Sync (action As Action)
Parameters
- action
- Action
The asynchronous action.