Evernote.EDAM.NoteStore.NoteStore.Client.Begin_listSharedNotebooks C# (CSharp) 메소드

Begin_listSharedNotebooks() 공개 메소드

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