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

send_updateNote() public method

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

Same methods

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