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

Begin_getResourceApplicationData() public method

public Begin_getResourceApplicationData ( AsyncCallback callback, object state, string authenticationToken, string guid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
return IAsyncResult
      public IAsyncResult Begin_getResourceApplicationData(AsyncCallback callback, object state, string authenticationToken, string guid)
      {
        return send_getResourceApplicationData(callback, state, authenticationToken, guid);
      }
NoteStore.Client