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

Begin_expungeNotes() 공개 메소드

public Begin_expungeNotes ( AsyncCallback callback, object state, string authenticationToken, List noteGuids ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
noteGuids List
리턴 IAsyncResult
      public IAsyncResult Begin_expungeNotes(AsyncCallback callback, object state, string authenticationToken, List<string> noteGuids)
      {
        return send_expungeNotes(callback, state, authenticationToken, noteGuids);
      }
NoteStore.Client