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

Begin_getLinkedNotebookSyncChunk() public method

public Begin_getLinkedNotebookSyncChunk ( AsyncCallback callback, object state, string authenticationToken, Evernote linkedNotebook, int afterUSN, int maxEntries, bool fullSyncOnly ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
linkedNotebook Evernote
afterUSN int
maxEntries int
fullSyncOnly bool
return IAsyncResult
      public IAsyncResult Begin_getLinkedNotebookSyncChunk(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, bool fullSyncOnly)
      {
        return send_getLinkedNotebookSyncChunk(callback, state, authenticationToken, linkedNotebook, afterUSN, maxEntries, fullSyncOnly);
      }
NoteStore.Client