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

Begin_getFilteredSyncChunk() public method

public Begin_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 Begin_getFilteredSyncChunk(AsyncCallback callback, object state, string authenticationToken, int afterUSN, int maxEntries, SyncChunkFilter filter)
      {
        return send_getFilteredSyncChunk(callback, state, authenticationToken, afterUSN, maxEntries, filter);
      }
NoteStore.Client