DataPlace
Invoker Class
CSCS.Core.ThreadingInvoker
Used by the Loader to set the synchronization object for invoking events on the main thread.
Declaration Syntax
C#
public sealed class Invoker
Members
All MembersMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Invoker

Assembly: CS.Core.Standard.UI (Module: CS.Core.Standard.UI) Version: 1.0.3271.19814