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

BeginGetDocumentContent() public method

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