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

End_findNoteCounts() public method

public End_findNoteCounts ( IAsyncResult asyncResult ) : NoteCollectionCounts
asyncResult IAsyncResult
return NoteCollectionCounts
      public NoteCollectionCounts End_findNoteCounts(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_findNoteCounts();
      }
NoteStore.Client