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

send_getResourceApplicationDataEntry() public method

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

Same methods

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