Evernote.EDAM.NoteStore.NoteStore.Client.Begin_expungeSharedNotebooks C# (CSharp) Method

Begin_expungeSharedNotebooks() public method

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