コード例 #1
0
ファイル: Reference.cs プロジェクト: TitanCoding/esperanto
 /// <remarks/>
 public void GetPointAccountAsync(GetPointAccountRequest GetPointAccountRequest, object userState) {
     if ((this.GetPointAccountOperationCompleted == null)) {
         this.GetPointAccountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPointAccountOperationCompleted);
     }
     this.InvokeAsync("GetPointAccount", new object[] {
                 GetPointAccountRequest}, this.GetPointAccountOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: TitanCoding/esperanto
 /// <remarks/>
 public void GetPointAccountAsync(GetPointAccountRequest GetPointAccountRequest) {
     this.GetPointAccountAsync(GetPointAccountRequest, null);
 }