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

Begin_unsetResourceApplicationDataEntry() public method

public Begin_unsetResourceApplicationDataEntry ( 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_unsetResourceApplicationDataEntry(AsyncCallback callback, object state, string authenticationToken, string guid, string key)
      {
        return send_unsetResourceApplicationDataEntry(callback, state, authenticationToken, guid, key);
      }
NoteStore.Client