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

Begin_createSharedNotebook() public method

public Begin_createSharedNotebook ( AsyncCallback callback, object state, string authenticationToken, Evernote sharedNotebook ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
sharedNotebook Evernote
return IAsyncResult
      public IAsyncResult Begin_createSharedNotebook(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.SharedNotebook sharedNotebook)
      {
        return send_createSharedNotebook(callback, state, authenticationToken, sharedNotebook);
      }
NoteStore.Client