多线程操作之-Invoke函数

参考资料:

[TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public object Invoke(Delegate method);

public object Invoke(Delegate method, params object[] args);

this.Invoke(new SetDgvValue(SetControlVal),dgvMain, Completed);