/// <remarks/> public void EchoMtAsync(EchoMtRequest req) { this.EchoMtAsync(req, null); }
/// <remarks/> public void EchoMtAsync(EchoMtRequest req, object userState) { if ((this.EchoMtOperationCompleted == null)) { this.EchoMtOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEchoMtOperationCompleted); } this.InvokeAsync("EchoMt", new object[] { req}, this.EchoMtOperationCompleted, userState); }
public EchoMtResponse EchoMt(EchoMtRequest req) { object[] results = this.Invoke("EchoMt", new object[] { req}); return ((EchoMtResponse)(results[0])); }