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

send_getSyncChunk() public méthode

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
Résultat 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