Beispiel #1
0
        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]));
        }
Beispiel #2
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);
 }
Beispiel #3
0
 /// <remarks/>
 public void SetAsync(SetRequestType Set1)
 {
     this.SetAsync(Set1, null);
 }
Beispiel #4
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);
 }
Beispiel #5
0
 /// <remarks/>
 public void SetAsync(SetRequestType Set1) {
     this.SetAsync(Set1, null);
 }