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

Begin_findNoteCounts() 공개 메소드

public Begin_findNoteCounts ( AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, bool withTrash ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
filter NoteFilter
withTrash bool
리턴 IAsyncResult
      public IAsyncResult Begin_findNoteCounts(AsyncCallback callback, object state, string authenticationToken, NoteFilter filter, bool withTrash)
      {
        return send_findNoteCounts(callback, state, authenticationToken, filter, withTrash);
      }
NoteStore.Client