Partager via


Actions.Bind Méthode

Définition

Surcharges

Bind<R>(Func<R>)
Bind<T1,R>(Func<T1,R>)
Bind<T1,T2,R>(Func<T1,T2,R>)
Bind<T1,T2,T3,R>(Func<T1,T2,T3,R>)
Bind<T1,T2,T3,T4,R>(Func<T1,T2,T3,T4,R>)
Bind<T1,T2,T3,T4,T5,R>(Func<T1,T2,T3,T4,T5,R>)
Bind<T1,T2,T3,T4,T5,T6,R>(Func<T1,T2,T3,T4,T5,T6,R>)
Bind<T1,T2,T3,T4,T5,T6,T7,R>(Func<T1,T2,T3,T4,T5,T6,T7,R>)

Bind<R>(Func<R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<R> (Func<R> method);
static member Bind : Func<'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of R) (method As Func(Of R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

R

Paramètres

method
Func<R>

Retours

S’applique à

Bind<T1,R>(Func<T1,R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,R> (Func<T1,R> method);
static member Bind : Func<'T1, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, R) (method As Func(Of T1, R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

T1
R

Paramètres

method
Func<T1,R>

Retours

S’applique à

Bind<T1,T2,R>(Func<T1,T2,R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,R> (Func<T1,T2,R> method);
static member Bind : Func<'T1, 'T2, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, R) (method As Func(Of T1, T2, R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

T1
T2
R

Paramètres

method
Func<T1,T2,R>

Retours

S’applique à

Bind<T1,T2,T3,R>(Func<T1,T2,T3,R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,R> (Func<T1,T2,T3,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, R) (method As Func(Of T1, T2, T3, R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

T1
T2
T3
R

Paramètres

method
Func<T1,T2,T3,R>

Retours

S’applique à

Bind<T1,T2,T3,T4,R>(Func<T1,T2,T3,T4,R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,R> (Func<T1,T2,T3,T4,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, R) (method As Func(Of T1, T2, T3, T4, R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

T1
T2
T3
T4
R

Paramètres

method
Func<T1,T2,T3,T4,R>

Retours

S’applique à

Bind<T1,T2,T3,T4,T5,R>(Func<T1,T2,T3,T4,T5,R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,T5,R> (Func<T1,T2,T3,T4,T5,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, T5, R) (method As Func(Of T1, T2, T3, T4, T5, R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

T1
T2
T3
T4
T5
R

Paramètres

method
Func<T1,T2,T3,T4,T5,R>

Retours

S’applique à

Bind<T1,T2,T3,T4,T5,T6,R>(Func<T1,T2,T3,T4,T5,T6,R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,T5,T6,R> (Func<T1,T2,T3,T4,T5,T6,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, T5, T6, R) (method As Func(Of T1, T2, T3, T4, T5, T6, R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

T1
T2
T3
T4
T5
T6
R

Paramètres

method
Func<T1,T2,T3,T4,T5,T6,R>

Retours

S’applique à

Bind<T1,T2,T3,T4,T5,T6,T7,R>(Func<T1,T2,T3,T4,T5,T6,T7,R>)

Source:
Actions.cs
public static Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver,Microsoft.Bot.Builder.Scorables.Internals.IBinding> Bind<T1,T2,T3,T4,T5,T6,T7,R> (Func<T1,T2,T3,T4,T5,T6,T7,R> method);
static member Bind : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'R> -> Microsoft.Bot.Builder.Scorables.IScorable<Microsoft.Bot.Builder.Scorables.Internals.IResolver, Microsoft.Bot.Builder.Scorables.Internals.IBinding>
Public Function Bind(Of T1, T2, T3, T4, T5, T6, T7, R) (method As Func(Of T1, T2, T3, T4, T5, T6, T7, R)) As IScorable(Of IResolver, IBinding)

Paramètres de type

T1
T2
T3
T4
T5
T6
T7
R

Paramètres

method
Func<T1,T2,T3,T4,T5,T6,T7,R>

Retours

S’applique à