Used by the Loader to set the synchronization object for invoking events on the main thread.
| C# |
public sealed class Invoker
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| BeginInvoke(Delegate, Object, EventArgs) |
Performs a BeginInvoke of the specified event handler delegate against the UI thread
| |
| BeginInvoke(Delegate, array<Object>[]()[]) |
Performs a BeginInvoke of the specified delegate against the UI thread
| |
| Ensure()()() |
Call during application start sequence to ensure the invoker synchronizing object is created on the correct thread
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Invoke(Delegate, Object, EventArgs) |
Invokes the specified delegate method; one delegate at a time with isolated error handling.
Invokes on the main UI thread if necessary.
| |
| Invoke(Delegate, array<Object>[]()[]) |
Invokes the specified delgate with the provided parameters on the UI thread
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SynchronizingObject |
The object used by all instances Invoker for thread synchronization
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| Invoker | |