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

send_getResource() public method

public send_getResource ( AsyncCallback callback, object state, string authenticationToken, string guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
withData bool
withRecognition bool
withAttributes bool
withAlternateData bool
return IAsyncResult
      public IAsyncResult send_getResource(AsyncCallback callback, object state, string authenticationToken, string guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData)
      #else

Same methods

NoteStore.Client::send_getResource ( string authenticationToken, string guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData ) : void
NoteStore.Client