Microsoft.Common.Core.Test.Controls.ControlTestScript.Invoke C# (CSharp) Method

Invoke() public method

Invokes a particular action in the control window thread
public Invoke ( System.Action action ) : void
action System.Action
return void
        public void Invoke(Action action) {
            UIThreadHelper.Instance.Invoke(action);
        }