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

BeginGenerateAmendmentRequestV2() public method

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