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

send_createNotebook() public method

public send_createNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote notebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebook Evernote
return IAsyncResult
      public IAsyncResult send_createNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Notebook notebook)
      #else

Same methods

NoteStore.Client::send_createNotebook ( string authenticationToken, Evernote notebook ) : void
NoteStore.Client