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

send_getResourceByHash() public method

public send_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 send_getResourceByHash(AsyncCallback callback, object state, string authenticationToken, string noteGuid, byte[] contentHash, bool withData, bool withRecognition, bool withAlternateData)
      #else

Same methods

NoteStore.Client::send_getResourceByHash ( string authenticationToken, string noteGuid, byte contentHash, bool withData, bool withRecognition, bool withAlternateData ) : void
NoteStore.Client