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

Begin_getResourceApplicationDataEntry() public method

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