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

End_listNoteVersions() public method

public End_listNoteVersions ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<NoteVersionId> End_listNoteVersions(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_listNoteVersions();
      }
NoteStore.Client