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

send_setNoteApplicationDataEntry() public method

public send_setNoteApplicationDataEntry ( AsyncCallback callback, object state, string authenticationToken, string guid, string key, string value ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
key string
value string
return IAsyncResult
      public IAsyncResult send_setNoteApplicationDataEntry(AsyncCallback callback, object state, string authenticationToken, string guid, string key, string value)
      #else

Same methods

NoteStore.Client::send_setNoteApplicationDataEntry ( string authenticationToken, string guid, string key, string value ) : void
NoteStore.Client