IBinding<R> Interface
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.
Represents a binding of arguments to a method's parameter,
where the method returns a value of type R
.
public interface IBinding<R> : Microsoft.Bot.Builder.Scorables.Internals.IBinding
type IBinding<'R> = interface
interface IBinding
Public Interface IBinding(Of R)
Implements IBinding
Type Parameters
- R
The return value type.
- Derived
- Implements
Properties
Method | (Inherited from IBinding) |
Methods
InvokeAsync(CancellationToken) |