コード例 #1
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void deleteAccountDateAsync(deleteAccountDateRequest deleteAccountDateRequest, object userState) {
     if ((this.deleteAccountDateOperationCompleted == null)) {
         this.deleteAccountDateOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteAccountDateOperationCompleted);
     }
     this.InvokeAsync("deleteAccountDate", new object[] {
                 deleteAccountDateRequest}, this.deleteAccountDateOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void deleteAccountDateAsync(deleteAccountDateRequest deleteAccountDateRequest) {
     this.deleteAccountDateAsync(deleteAccountDateRequest, null);
 }