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

send_createNote() public method

public send_createNote ( AsyncCallback callback, object state, string authenticationToken, Evernote note ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
note Evernote
return IAsyncResult
      public IAsyncResult send_createNote(AsyncCallback callback, object state, string authenticationToken, Evernote.EDAM.Type.Note note)
      #else

Same methods

NoteStore.Client::send_createNote ( string authenticationToken, Evernote note ) : void
NoteStore.Client