'Declaration Protected Overloads Function Invoke( _
ByVal methodA delegate that contains a method to be called in the VisualTool's thread context.As System.Delegate _
) As System.Object
protected System.Object Invoke(
System.Delegate method
)
protected: System.Object Invoke(
System.Delegate* method
)
protected:
System.Object Invoke(
System.Delegate^ method
)
Parameters
- method
- A delegate that contains a method to be called in the VisualTool's thread context.
Return Value
The return value from the delegate being invoked, or null if the delegate has no return value.