Share via


IBinding<R> Interface

Definition

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)

Applies to