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

Begin_listSharedNotebooks() public method

public Begin_listSharedNotebooks ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult
      public IAsyncResult Begin_listSharedNotebooks(AsyncCallback callback, object state, string authenticationToken)
      {
        return send_listSharedNotebooks(callback, state, authenticationToken);
      }
NoteStore.Client