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

send_setResourceApplicationDataEntry() public method

public send_setResourceApplicationDataEntry ( AsyncCallback callback, object state, string authenticationToken, string guid, string key, string value ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
key string
value string
return IAsyncResult
      public IAsyncResult send_setResourceApplicationDataEntry(AsyncCallback callback, object state, string authenticationToken, string guid, string key, string value)
      #else

Same methods

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