Example #1
0
 /// <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);
 }
Example #2
0
 /// <remarks/>
 public void removeLabelByObjectAsync(string in0, RemoteLabel in1, long in2) {
     this.removeLabelByObjectAsync(in0, in1, in2, null);
 }
Example #3
0
 public bool removeLabelByObject(string in0, RemoteLabel in1, long in2) {
     object[] results = this.Invoke("removeLabelByObject", new object[] {
                 in0,
                 in1,
                 in2});
     return ((bool)(results[0]));
 }
Example #4
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);
 }
Example #5
0
 /// <remarks/>
 public void getLabelContentByObjectAsync(string in0, RemoteLabel in1) {
     this.getLabelContentByObjectAsync(in0, in1, null);
 }
Example #6
0
 public RemoteSearchResult[] getLabelContentByObject(string in0, RemoteLabel in1) {
     object[] results = this.Invoke("getLabelContentByObject", new object[] {
                 in0,
                 in1});
     return ((RemoteSearchResult[])(results[0]));
 }