Evernote.EDAM.NoteStore.NoteStore.Client.End_findNoteCounts C# (CSharp) Méthode

End_findNoteCounts() public méthode

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