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

send_expungeSharedNotebooks() public method

public send_expungeSharedNotebooks ( AsyncCallback callback, object state, string authenticationToken, List sharedNotebookIds ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
sharedNotebookIds List
return IAsyncResult
      public IAsyncResult send_expungeSharedNotebooks(AsyncCallback callback, object state, string authenticationToken, List<long> sharedNotebookIds)
      #else

Same methods

NoteStore.Client::send_expungeSharedNotebooks ( string authenticationToken, List sharedNotebookIds ) : void
NoteStore.Client