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

Begin_expungeSharedNotebooks() 공개 메소드

public Begin_expungeSharedNotebooks ( AsyncCallback callback, object state, string authenticationToken, List sharedNotebookIds ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
sharedNotebookIds List
리턴 IAsyncResult
      public IAsyncResult Begin_expungeSharedNotebooks(AsyncCallback callback, object state, string authenticationToken, List<long> sharedNotebookIds)
      {
        return send_expungeSharedNotebooks(callback, state, authenticationToken, sharedNotebookIds);
      }
NoteStore.Client