Example #1
0
 /// <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);
 }
Example #2
0
 /// <remarks/>
 public void GetPointAccountAsync(GetPointAccountRequest GetPointAccountRequest) {
     this.GetPointAccountAsync(GetPointAccountRequest, null);
 }