/// <remarks/>
 public void removeLabelByObjectAsync(string in0, RemoteLabel in1, long in2, object userState) {
     if ((this.removeLabelByObjectOperationCompleted == null)) {
         this.removeLabelByObjectOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveLabelByObjectOperationCompleted);
     }
     this.InvokeAsync("removeLabelByObject", new object[] {
                                                              in0,
                                                              in1,
                                                              in2}, this.removeLabelByObjectOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginremoveLabelByObject(string in0, RemoteLabel in1, long in2, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("removeLabelByObject", new object[] {
                                                                     in0,
                                                                     in1,
                                                                     in2}, callback, asyncState);
 }
 /// <remarks/>
 public void removeLabelByObjectAsync(string in0, RemoteLabel in1, long in2) {
     this.removeLabelByObjectAsync(in0, in1, in2, null);
 }
 public bool removeLabelByObject(string in0, RemoteLabel in1, long in2) {
     object[] results = this.Invoke("removeLabelByObject", new object[] {
                                                                            in0,
                                                                            in1,
                                                                            in2});
     return ((bool)(results[0]));
 }
 /// <remarks/>
 public void getLabelContentByObjectAsync(string in0, RemoteLabel in1, object userState) {
     if ((this.getLabelContentByObjectOperationCompleted == null)) {
         this.getLabelContentByObjectOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetLabelContentByObjectOperationCompleted);
     }
     this.InvokeAsync("getLabelContentByObject", new object[] {
                                                                  in0,
                                                                  in1}, this.getLabelContentByObjectOperationCompleted, userState);
 }
 /// <remarks/>
 public void getLabelContentByObjectAsync(string in0, RemoteLabel in1) {
     this.getLabelContentByObjectAsync(in0, in1, null);
 }
 /// <remarks/>
 public System.IAsyncResult BegingetLabelContentByObject(string in0, RemoteLabel in1, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("getLabelContentByObject", new object[] {
                                                                         in0,
                                                                         in1}, callback, asyncState);
 }
 public RemoteSearchResult[] getLabelContentByObject(string in0, RemoteLabel in1) {
     object[] results = this.Invoke("getLabelContentByObject", new object[] {
                                                                                in0,
                                                                                in1});
     return ((RemoteSearchResult[])(results[0]));
 }