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

send_createSharedNotebook() public method

public send_createSharedNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote sharedNotebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
sharedNotebook Evernote
return 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