[This is preliminary documentation and is subject to change.]

If InvokeRequired is true, Delegate is executed via BeginInvoke; otherwise is executed directly.

Namespace:  Phoenix.Gui
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void InvokeFast(
	Delegate method,
	params Object[] args
)
Public Sub InvokeFast ( _
	method As Delegate, _
	ParamArray args As Object() _
)
public:
void InvokeFast(
	Delegate^ method, 
	... array<Object^>^ args
)

Parameters

method
Delegate
args
array< Object >[]()[]

See Also