Chatu Queens
ISynchronizeInvokeExtensionsInvokeExT Method |
Invoca al hilo de la IU.
Namespace: ChatuQueens
Assembly: ChatuQueens (in ChatuQueens.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void InvokeEx<T>( this T this, Action<T> action ) where T : ISynchronizeInvoke
<ExtensionAttribute> Public Shared Sub InvokeEx(Of T As ISynchronizeInvoke) ( this As T, action As Action(Of T) )
public: [ExtensionAttribute] generic<typename T> where T : ISynchronizeInvoke static void InvokeEx( T this, Action<T>^ action )
[<ExtensionAttribute>] static member InvokeEx : this : 'T * action : Action<'T> -> unit when 'T : ISynchronizeInvoke
Parameters
- this
- Type: T
this - action
- Type: SystemActionT
action
Type Parameters
- T
- T
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also