Udostępnij przez


Actions.Bind Metoda

Definicja

Przeciążenia

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>)

Źródło:
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)

Parametry typu

R

Parametry

method
Func<R>

Zwraca

Dotyczy

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

Źródło:
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)

Parametry typu

T1
R

Parametry

method
Func<T1,R>

Zwraca

Dotyczy

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

Źródło:
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)

Parametry typu

T1
T2
R

Parametry

method
Func<T1,T2,R>

Zwraca

Dotyczy

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

Źródło:
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)

Parametry typu

T1
T2
T3
R

Parametry

method
Func<T1,T2,T3,R>

Zwraca

Dotyczy

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

Źródło:
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)

Parametry typu

T1
T2
T3
T4
R

Parametry

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

Zwraca

Dotyczy

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

Źródło:
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)

Parametry typu

T1
T2
T3
T4
T5
R

Parametry

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

Zwraca

Dotyczy

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

Źródło:
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)

Parametry typu

T1
T2
T3
T4
T5
T6
R

Parametry

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

Zwraca

Dotyczy

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

Źródło:
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)

Parametry typu

T1
T2
T3
T4
T5
T6
T7
R

Parametry

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

Zwraca

Dotyczy