Exemplo n.º 1
0
 /// <remarks/>
 public void search1Async(string in0, string in1, Map in2, int in3, object userState) {
     if ((this.search1OperationCompleted == null)) {
         this.search1OperationCompleted = new System.Threading.SendOrPostCallback(this.Onsearch1OperationCompleted);
     }
     this.InvokeAsync("search1", new object[] {
                 in0,
                 in1,
                 in2,
                 in3}, this.search1OperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void search1Async(string in0, string in1, Map in2, int in3) {
     this.search1Async(in0, in1, in2, in3, null);
 }
Exemplo n.º 3
0
 public RemoteSearchResult[] search(string in0, string in1, Map in2, int in3) {
     object[] results = this.Invoke("search1", new object[] {
                 in0,
                 in1,
                 in2,
                 in3});
     return ((RemoteSearchResult[])(results[0]));
 }
Exemplo n.º 4
0
 /// <remarks/>
 public void renderContent1Async(string in0, string in1, long in2, string in3, Map in4, object userState) {
     if ((this.renderContent1OperationCompleted == null)) {
         this.renderContent1OperationCompleted = new System.Threading.SendOrPostCallback(this.OnrenderContent1OperationCompleted);
     }
     this.InvokeAsync("renderContent1", new object[] {
                 in0,
                 in1,
                 in2,
                 in3,
                 in4}, this.renderContent1OperationCompleted, userState);
 }
Exemplo n.º 5
0
 /// <remarks/>
 public void renderContent1Async(string in0, string in1, long in2, string in3, Map in4) {
     this.renderContent1Async(in0, in1, in2, in3, in4, null);
 }
Exemplo n.º 6
0
 public string renderContent(string in0, string in1, long in2, string in3, Map in4) {
     object[] results = this.Invoke("renderContent1", new object[] {
                 in0,
                 in1,
                 in2,
                 in3,
                 in4});
     return ((string)(results[0]));
 }