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

send_getLinkedNotebookSyncChunk() public method

public send_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 send_getLinkedNotebookSyncChunk(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.LinkedNotebook linkedNotebook, int afterUSN, int maxEntries, bool fullSyncOnly)
      #else

Same methods

NoteStore.Client::send_getLinkedNotebookSyncChunk ( string authenticationToken, Evernote linkedNotebook, int afterUSN, int maxEntries, bool fullSyncOnly ) : void
NoteStore.Client