Evernote.EDAM.NoteStore.NoteStore.Client.Begin_getResourceApplicationDataEntry C# (CSharp) 메소드

Begin_getResourceApplicationDataEntry() 공개 메소드

public Begin_getResourceApplicationDataEntry ( AsyncCallback callback, object state, string authenticationToken, string guid, string key ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
key string
리턴 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