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

End_findNotes() public method

public End_findNotes ( IAsyncResult asyncResult ) : NoteList
asyncResult IAsyncResult
return NoteList
      public NoteList End_findNotes(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_findNotes();
      }
NoteStore.Client