Evernote.EDAM.NoteStore.NoteStore.Client.Begin_getResourceByHash C# (CSharp) Method

Begin_getResourceByHash() public method

public Begin_getResourceByHash ( AsyncCallback callback, object state, string authenticationToken, string noteGuid, byte contentHash, bool withData, bool withRecognition, bool withAlternateData ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuid string
contentHash byte
withData bool
withRecognition bool
withAlternateData bool
return IAsyncResult
      public IAsyncResult Begin_getResourceByHash(AsyncCallback callback, object state, string authenticationToken, string noteGuid, byte[] contentHash, bool withData, bool withRecognition, bool withAlternateData)
      {
        return send_getResourceByHash(callback, state, authenticationToken, noteGuid, contentHash, withData, withRecognition, withAlternateData);
      }
NoteStore.Client