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

End_listSearches() public method

public End_listSearches ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<Evernote.EDAM.Type.SavedSearch> End_listSearches(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_listSearches();
      }
NoteStore.Client