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

send_unsetResourceApplicationDataEntry() public method

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

Same methods

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