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

send_createLinkedNotebook() public méthode

public send_createLinkedNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote linkedNotebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
linkedNotebook Evernote
Résultat IAsyncResult
      public IAsyncResult send_createLinkedNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.LinkedNotebook linkedNotebook)
      #else

Same methods

NoteStore.Client::send_createLinkedNotebook ( string authenticationToken, Evernote linkedNotebook ) : void
NoteStore.Client