/// <remarks/> public void SettrOPAsync(t_r_OperationProduct mOP, string OperatorID) { this.SettrOPAsync(mOP, OperatorID, null); }
/// <remarks/> public void SettrOPAsync(t_r_OperationProduct mOP, string OperatorID, object userState) { if ((this.SettrOPOperationCompleted == null)) { this.SettrOPOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSettrOPOperationCompleted); } this.InvokeAsync("SettrOP", new object[] { mOP, OperatorID}, this.SettrOPOperationCompleted, userState); }
public void SettrOP(t_r_OperationProduct mOP, string OperatorID) { this.Invoke("SettrOP", new object[] { mOP, OperatorID}); }