多线程操作之-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);

posted @ 2015-11-01 00:00  李华丽  阅读(352)  评论(0编辑  收藏  举报
AmazingCounters.com