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

Begin_expungeInactiveNotes() 공개 메소드

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