MethodScorableBase.DoneAsync(IResolver, IBinding, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected override System.Threading.Tasks.Task DoneAsync (Microsoft.Bot.Builder.Scorables.Internals.IResolver item, Microsoft.Bot.Builder.Scorables.Internals.IBinding state, System.Threading.CancellationToken token);
override this.DoneAsync : Microsoft.Bot.Builder.Scorables.Internals.IResolver * Microsoft.Bot.Builder.Scorables.Internals.IBinding * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overrides Function DoneAsync (item As IResolver, state As IBinding, token As CancellationToken) As Task
Parameters
- item
- IResolver
- state
- IBinding
- token
- CancellationToken