Exemplo n.º 1
0
 /// <remarks/>
 public void GetEventsAsync(GetEventsType GetEvents1)
 {
     this.GetEventsAsync(GetEvents1, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetEventsAsync(GetEventsType GetEvents1, object userState)
 {
     if ((this.GetEventsOperationCompleted == null)) {
         this.GetEventsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetEventsOperationCompleted);
     }
     this.InvokeAsync("GetEvents", new object[] {
                 GetEvents1}, this.GetEventsOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginGetEvents(GetEventsType GetEvents1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetEvents", new object[] {
                 GetEvents1}, callback, asyncState);
 }