Ejemplo n.º 1
0
 /// <remarks/>
 public void getEventsAsync(GetEventsReq request) {
     this.getEventsAsync(request, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void getEventsAsync(GetEventsReq request, object userState) {
     if ((this.getEventsOperationCompleted == null)) {
         this.getEventsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetEventsOperationCompleted);
     }
     this.InvokeAsync("getEvents", new object[] {
                 request}, this.getEventsOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public GetEventsResp getEvents(GetEventsReq request) {
     object[] results = this.Invoke("getEvents", new object[] {
                 request});
     return ((GetEventsResp)(results[0]));
 }