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

BeginGenerateDeliveryConfirmation() public method

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