コード例 #1
0
ファイル: Reference.cs プロジェクト: qkostal/program
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: qkostal/program
 /// <remarks/>
 public System.IAsyncResult BeginGetEventSubTreeWithSelections(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("GetEventSubTreeWithSelections", new object[] {
                 getEventSubTreeWithSelectionsRequest}, callback, asyncState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: qkostal/program
 /// <remarks/>
 public void GetEventSubTreeWithSelectionsAsync(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest) {
     this.GetEventSubTreeWithSelectionsAsync(getEventSubTreeWithSelectionsRequest, null);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: qkostal/program
 public GetEventSubTreeWithSelectionsResponse GetEventSubTreeWithSelections(GetEventSubTreeWithSelectionsRequest getEventSubTreeWithSelectionsRequest) {
     object[] results = this.Invoke("GetEventSubTreeWithSelections", new object[] {
                 getEventSubTreeWithSelectionsRequest});
     return ((GetEventSubTreeWithSelectionsResponse)(results[0]));
 }