Evernote.EDAM.NoteStore.NoteStore.Client.send_createNotebook C# (CSharp) Méthode

send_createNotebook() public méthode

public send_createNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote notebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
notebook Evernote
Résultat 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