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

send_expungeInactiveNotes() public method

public send_expungeInactiveNotes ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult
      public IAsyncResult send_expungeInactiveNotes(AsyncCallback callback, object state, string authenticationToken)
      #else

Same methods

NoteStore.Client::send_expungeInactiveNotes ( string authenticationToken ) : void
NoteStore.Client