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

Begin_unsetNoteApplicationDataEntry() public method

public Begin_unsetNoteApplicationDataEntry ( AsyncCallback callback, object state, string authenticationToken, string guid, string key ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
key string
return IAsyncResult
      public IAsyncResult Begin_unsetNoteApplicationDataEntry(AsyncCallback callback, object state, string authenticationToken, string guid, string key)
      {
        return send_unsetNoteApplicationDataEntry(callback, state, authenticationToken, guid, key);
      }
NoteStore.Client