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

Begin_setNoteApplicationDataEntry() public method

public Begin_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 Begin_setNoteApplicationDataEntry(AsyncCallback callback, object state, string authenticationToken, string guid, string key, string value)
      {
        return send_setNoteApplicationDataEntry(callback, state, authenticationToken, guid, key, value);
      }
NoteStore.Client