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

End_listSharedNotebooks() public method

public End_listSharedNotebooks ( IAsyncResult asyncResult ) : List
asyncResult IAsyncResult
return List
      public List<Evernote.EDAM.Type.SharedNotebook> End_listSharedNotebooks(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_listSharedNotebooks();
      }
NoteStore.Client