Midway.ServiceClient.Client.BeginGenerateInvoiceReceipt C# (CSharp) Method

BeginGenerateInvoiceReceipt() public method

public BeginGenerateInvoiceReceipt ( string boxId, string documentId, AsyncCallback asyncCallback ) : IAsyncResult
boxId string
documentId string
asyncCallback AsyncCallback
return IAsyncResult
        public IAsyncResult BeginGenerateInvoiceReceipt(string boxId, string documentId, AsyncCallback asyncCallback)
        {
            return client.BeginGenerateInvoiceReceipt(Token, boxId, documentId, asyncCallback, null);
        }
Client