Evernote.EDAM.NoteStore.NoteStore.Client.Begin_getSyncChunk C# (CSharp) Méthode

Begin_getSyncChunk() public méthode

public Begin_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
Résultat IAsyncResult
      public IAsyncResult Begin_getSyncChunk(AsyncCallback callback, object state, string authenticationToken, int afterUSN, int maxEntries, bool fullSyncOnly)
      {
        return send_getSyncChunk(callback, state, authenticationToken, afterUSN, maxEntries, fullSyncOnly);
      }
NoteStore.Client