예제 #1
0
 public IAsyncResult BeginGenerateInvoiceReceipt(string boxId, string documentId, AsyncCallback asyncCallback)
 {
     return(client.BeginGenerateInvoiceReceipt(Token, boxId, documentId, asyncCallback, null));
 }