コード例 #1
0
 /// <remarks/>
 public void DeleteCustomerWallItemAsync(DeleteCustomerWallItemRequest DeleteCustomerWallItemRequest, object userState) {
     if ((this.DeleteCustomerWallItemOperationCompleted == null)) {
         this.DeleteCustomerWallItemOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteCustomerWallItemOperationCompleted);
     }
     this.InvokeAsync("DeleteCustomerWallItem", new object[] {
                 DeleteCustomerWallItemRequest}, this.DeleteCustomerWallItemOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void DeleteCustomerWallItemAsync(DeleteCustomerWallItemRequest DeleteCustomerWallItemRequest) {
     this.DeleteCustomerWallItemAsync(DeleteCustomerWallItemRequest, null);
 }