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

send_getNoteApplicationDataEntry() 공개 메소드

public send_getNoteApplicationDataEntry ( AsyncCallback callback, object state, string authenticationToken, string guid, string key ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
key string
리턴 IAsyncResult
      public IAsyncResult send_getNoteApplicationDataEntry(AsyncCallback callback, object state, string authenticationToken, string guid, string key)
      #else

Same methods

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