Example #1
0
 /// <remarks/>
 public void GetEventSubTreeWithSelectionsAsync(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest, object userState) {
     if ((this.GetEventSubTreeWithSelectionsOperationCompleted == null)) {
         this.GetEventSubTreeWithSelectionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetEventSubTreeWithSelectionsOperationCompleted);
     }
     this.InvokeAsync("GetEventSubTreeWithSelections", new object[] {
                 getEventSubTreeWithSelectionsRequest}, this.GetEventSubTreeWithSelectionsOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginGetEventSubTreeWithSelections(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("GetEventSubTreeWithSelections", new object[] {
                 getEventSubTreeWithSelectionsRequest}, callback, asyncState);
 }
Example #3
0
 /// <remarks/>
 public void GetEventSubTreeWithSelectionsAsync(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest) {
     this.GetEventSubTreeWithSelectionsAsync(getEventSubTreeWithSelectionsRequest, null);
 }
Example #4
0
 public GetEventSubTreeWithSelectionsResponse GetEventSubTreeWithSelections(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest) {
     object[] results = this.Invoke("GetEventSubTreeWithSelections", new object[] {
                 getEventSubTreeWithSelectionsRequest});
     return ((GetEventSubTreeWithSelectionsResponse)(results[0]));
 }