public string getquote_XML(GETQUOTEInput args0) { object[] results = this.Invoke("getquote_XML", new object[] { args0 }); return((string)(results[0])); }
public GETQUOTEResult getquote(GETQUOTEInput args0) { object[] results = this.Invoke("getquote", new object[] { args0 }); return((GETQUOTEResult)(results[0])); }
/// <remarks/> public void getquoteAsync(GETQUOTEInput args0, object userState) { if ((this.getquoteOperationCompleted == null)) { this.getquoteOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetquoteOperationCompleted); } this.InvokeAsync("getquote", new object[] { args0 }, this.getquoteOperationCompleted, userState); }
/// <remarks/> public void getquote_XMLAsync(GETQUOTEInput args0) { this.getquote_XMLAsync(args0, null); }