Evernote.EDAM.NoteStore.NoteStore.Client.send_expungeNotes C# (CSharp) 메소드

send_expungeNotes() 공개 메소드

public send_expungeNotes ( AsyncCallback callback, object state, string authenticationToken, List noteGuids ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuids List
리턴 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