/// <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); }
/// <remarks/> public System.IAsyncResult BeginGetEventSubTreeWithSelections(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("GetEventSubTreeWithSelections", new object[] { getEventSubTreeWithSelectionsRequest}, callback, asyncState); }
/// <remarks/> public void GetEventSubTreeWithSelectionsAsync(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest) { this.GetEventSubTreeWithSelectionsAsync(getEventSubTreeWithSelectionsRequest, null); }
public GetEventSubTreeWithSelectionsResponse GetEventSubTreeWithSelections(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest) { object[] results = this.Invoke("GetEventSubTreeWithSelections", new object[] { getEventSubTreeWithSelectionsRequest}); return ((GetEventSubTreeWithSelectionsResponse)(results[0])); }