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

Begin_getNote() public method

public Begin_getNote ( AsyncCallback callback, object state, string authenticationToken, string guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
withContent bool
withResourcesData bool
withResourcesRecognition bool
withResourcesAlternateData bool
return IAsyncResult
      public IAsyncResult Begin_getNote(AsyncCallback callback, object state, string authenticationToken, string guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData)
      {
        return send_getNote(callback, state, authenticationToken, guid, withContent, withResourcesData, withResourcesRecognition, withResourcesAlternateData);
      }
NoteStore.Client