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

send_getSyncChunk() public method

public send_getSyncChunk ( AsyncCallback callback, object state, string authenticationToken, int afterUSN, int maxEntries, bool fullSyncOnly ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
afterUSN int
maxEntries int
fullSyncOnly bool
return IAsyncResult
      public IAsyncResult send_getSyncChunk(AsyncCallback callback, object state, string authenticationToken, int afterUSN, int maxEntries, bool fullSyncOnly)
      #else

Same methods

NoteStore.Client::send_getSyncChunk ( string authenticationToken, int afterUSN, int maxEntries, bool fullSyncOnly ) : void
NoteStore.Client