/// <remarks/> public void UpdateOneConnectionAsync(ProxyConnection c, object userState) { if ((this.UpdateOneConnectionOperationCompleted == null)) { this.UpdateOneConnectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateOneConnectionOperationCompleted); } this.InvokeAsync("UpdateOneConnection", new object[] { c }, this.UpdateOneConnectionOperationCompleted, userState); }
/// <remarks/> public void UpdateOneConnectionAsync(ProxyConnection c) { this.UpdateOneConnectionAsync(c, null); }
/// <remarks/> public void UpdateOneConnectionAsync(ProxyConnection c, object userState) { if ((this.UpdateOneConnectionOperationCompleted == null)) { this.UpdateOneConnectionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateOneConnectionOperationCompleted); } this.InvokeAsync("UpdateOneConnection", new object[] { c}, this.UpdateOneConnectionOperationCompleted, userState); }
public void UpdateOneConnection([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] ProxyConnection c) { this.Invoke("UpdateOneConnection", new object[] { c }); }