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

send_unsetNoteApplicationDataEntry() public method

public send_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 send_unsetNoteApplicationDataEntry(AsyncCallback callback, object state, string authenticationToken, string guid, string key)
      #else

Same methods

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