public void SetIVR(t_IVRControl mIVR, string OperatorID) { this.Invoke("SetIVR", new object[] { mIVR, OperatorID }); }
/// <remarks/> public void SetIVRAsync(t_IVRControl mIVR, string OperatorID, object userState) { if ((this.SetIVROperationCompleted == null)) { this.SetIVROperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetIVROperationCompleted); } this.InvokeAsync("SetIVR", new object[] { mIVR, OperatorID }, this.SetIVROperationCompleted, userState); }
/// <remarks/> public void SetIVRAsync(t_IVRControl mIVR, string OperatorID, object userState) { if ((this.SetIVROperationCompleted == null)) { this.SetIVROperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetIVROperationCompleted); } this.InvokeAsync("SetIVR", new object[] { mIVR, OperatorID}, this.SetIVROperationCompleted, userState); }
/// <remarks/> public void SetIVRAsync(t_IVRControl mIVR, string OperatorID) { this.SetIVRAsync(mIVR, OperatorID, null); }
public void SetIVR(t_IVRControl mIVR, string OperatorID) { this.Invoke("SetIVR", new object[] { mIVR, OperatorID}); }