예제 #1
0
파일: Reference.cs 프로젝트: heran/DekiWiki
 /// <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);
 }
예제 #2
0
파일: Reference.cs 프로젝트: heran/DekiWiki
 /// <remarks/>
 public void removeLabelByObjectAsync(string in0, RemoteLabel in1, long in2) {
     this.removeLabelByObjectAsync(in0, in1, in2, null);
 }
예제 #3
0
파일: Reference.cs 프로젝트: heran/DekiWiki
 public bool removeLabelByObject(string in0, RemoteLabel in1, long in2) {
     object[] results = this.Invoke("removeLabelByObject", new object[] {
                 in0,
                 in1,
                 in2});
     return ((bool)(results[0]));
 }
예제 #4
0
파일: Reference.cs 프로젝트: heran/DekiWiki
 /// <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);
 }
예제 #5
0
파일: Reference.cs 프로젝트: heran/DekiWiki
 /// <remarks/>
 public void getLabelContentByObjectAsync(string in0, RemoteLabel in1) {
     this.getLabelContentByObjectAsync(in0, in1, null);
 }
예제 #6
0
파일: Reference.cs 프로젝트: heran/DekiWiki
 public RemoteSearchResult[] getLabelContentByObject(string in0, RemoteLabel in1) {
     object[] results = this.Invoke("getLabelContentByObject", new object[] {
                 in0,
                 in1});
     return ((RemoteSearchResult[])(results[0]));
 }