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

send_listNoteVersions() public method

public send_listNoteVersions ( AsyncCallback callback, object state, string authenticationToken, string noteGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuid string
return IAsyncResult
      public IAsyncResult send_listNoteVersions(AsyncCallback callback, object state, string authenticationToken, string noteGuid)
      #else

Same methods

NoteStore.Client::send_listNoteVersions ( string authenticationToken, string noteGuid ) : void
NoteStore.Client