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

BeginGenerateDeliveryConfirmationV2() public method

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