public SetResultType Set([System.Xml.Serialization.XmlElementAttribute("Set", Namespace = "http://profile.live.com/")] SetRequestType Set1) { object[] results = this.Invoke("Set", new object[] { Set1 }); return((SetResultType)(results[0])); }
/// <remarks/> public void SetAsync(SetRequestType Set1, object userState) { if ((this.SetOperationCompleted == null)) { this.SetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetOperationCompleted); } this.InvokeAsync("Set", new object[] { Set1 }, this.SetOperationCompleted, userState); }
/// <remarks/> public void SetAsync(SetRequestType Set1) { this.SetAsync(Set1, null); }
/// <remarks/> public void SetAsync(SetRequestType Set1, object userState) { if ((this.SetOperationCompleted == null)) { this.SetOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetOperationCompleted); } this.InvokeAsync("Set", new object[] { Set1}, this.SetOperationCompleted, userState); }