Evernote.EDAM.NoteStore.NoteStore.Client.Begin_unsetNoteApplicationDataEntry C# (CSharp) Méthode

Begin_unsetNoteApplicationDataEntry() public méthode

public Begin_unsetNoteApplicationDataEntry ( AsyncCallback callback, object state, string authenticationToken, string guid, string key ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
key string
Résultat 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