Class SynchronizeInvokeExtensions
Inheritance
System.Object
SynchronizeInvokeExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class SynchronizeInvokeExtensions
Methods
BeginInvokeIfRequired(Dispatcher, Action)
Declaration
public static void BeginInvokeIfRequired(this Dispatcher dispatcher, Action action)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Threading.Dispatcher | dispatcher | |
System.Action | action |
InvokeIfRequired(Dispatcher, Action)
Declaration
public static void InvokeIfRequired(this Dispatcher dispatcher, Action action)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Threading.Dispatcher | dispatcher | |
System.Action | action |