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

End_listLinkedNotebooks() public method

public End_listLinkedNotebooks ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<Evernote.EDAM.Type.LinkedNotebook> End_listLinkedNotebooks(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_listLinkedNotebooks();
      }
NoteStore.Client