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

Begin_createNotebook() public method

public Begin_createNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote notebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebook Evernote
return IAsyncResult
      public IAsyncResult Begin_createNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Notebook notebook)
      {
        return send_createNotebook(callback, state, authenticationToken, notebook);
      }
NoteStore.Client