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

send_getFilteredSyncChunk() public method

public send_getFilteredSyncChunk ( AsyncCallback callback, object state, string authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
afterUSN int
maxEntries int
filter SyncChunkFilter
return IAsyncResult
      public IAsyncResult send_getFilteredSyncChunk(AsyncCallback callback, object state, string authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
      #else

Same methods

NoteStore.Client::send_getFilteredSyncChunk ( string authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter ) : void
NoteStore.Client