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

send_getResourceRecognition() public method

public send_getResourceRecognition ( AsyncCallback callback, object state, string authenticationToken, string guid ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
guid string
return IAsyncResult
      public IAsyncResult send_getResourceRecognition(AsyncCallback callback, object state, string authenticationToken, string guid)
      #else

Same methods

NoteStore.Client::send_getResourceRecognition ( string authenticationToken, string guid ) : void
NoteStore.Client