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

send_expungeNotes() public méthode

public send_expungeNotes ( AsyncCallback callback, object state, string authenticationToken, List noteGuids ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuids List
Résultat IAsyncResult
      public IAsyncResult send_expungeNotes(AsyncCallback callback, object state, string authenticationToken, List<string> noteGuids)
      #else

Same methods

NoteStore.Client::send_expungeNotes ( string authenticationToken, List noteGuids ) : void
NoteStore.Client