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

Begin_listNoteVersions() public method

public Begin_listNoteVersions ( AsyncCallback callback, object state, string authenticationToken, string noteGuid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuid string
return IAsyncResult
      public IAsyncResult Begin_listNoteVersions(AsyncCallback callback, object state, string authenticationToken, string noteGuid)
      {
        return send_listNoteVersions(callback, state, authenticationToken, noteGuid);
      }
NoteStore.Client