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

Begin_expungeInactiveNotes() public method

public Begin_expungeInactiveNotes ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult
      public IAsyncResult Begin_expungeInactiveNotes(AsyncCallback callback, object state, string authenticationToken)
      {
        return send_expungeInactiveNotes(callback, state, authenticationToken);
      }
NoteStore.Client