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

send_createSharedNotebook() public méthode

public send_createSharedNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote sharedNotebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
sharedNotebook Evernote
Résultat IAsyncResult
      public IAsyncResult send_createSharedNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.SharedNotebook sharedNotebook)
      #else

Same methods

NoteStore.Client::send_createSharedNotebook ( string authenticationToken, Evernote sharedNotebook ) : void
NoteStore.Client