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

Begin_createNote() public method

public Begin_createNote ( AsyncCallback callback, object state, string authenticationToken, Evernote note ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
note Evernote
return IAsyncResult
      public IAsyncResult Begin_createNote(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Note note)
      {
        return send_createNote(callback, state, authenticationToken, note);
      }
NoteStore.Client