Binder.IBinder.TryBind 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.
Overloads
IBinder.TryBind(Delegate, IResolver, IBinding)
- Source:
- Binder.cs
bool IBinder.TryBind (Delegate lambda, Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, out Microsoft.Bot.Builder.Scorables.Internals.IBinding binding);
abstract member Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : Delegate * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
override this.Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : Delegate * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
Function TryBind (lambda As Delegate, resolver As IResolver, ByRef binding As IBinding) As Boolean Implements IBinder.TryBind
Parameters
- lambda
- Delegate
- resolver
- IResolver
- binding
- IBinding
Returns
Implements
Applies to
IBinder.TryBind(MethodBase, IResolver, IBinding)
- Source:
- Binder.cs
bool IBinder.TryBind (System.Reflection.MethodBase method, Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, out Microsoft.Bot.Builder.Scorables.Internals.IBinding binding);
abstract member Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : System.Reflection.MethodBase * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
override this.Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : System.Reflection.MethodBase * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
Function TryBind (method As MethodBase, resolver As IResolver, ByRef binding As IBinding) As Boolean Implements IBinder.TryBind
Parameters
- method
- MethodBase
- resolver
- IResolver
- binding
- IBinding
Returns
Implements
Applies to
IBinder.TryBind<R>(Delegate, IResolver, IBinding<R>)
- Source:
- Binder.cs
bool IBinder.TryBind<R> (Delegate lambda, Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, out Microsoft.Bot.Builder.Scorables.Internals.IBinding<R> binding);
abstract member Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : Delegate * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
override this.Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : Delegate * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
Function TryBind(Of R) (lambda As Delegate, resolver As IResolver, ByRef binding As IBinding(Of R)) As Boolean Implements IBinder.TryBind
Type Parameters
- R
Parameters
- lambda
- Delegate
- resolver
- IResolver
- binding
- IBinding<R>
Returns
Implements
Applies to
IBinder.TryBind<R>(MethodInfo, IResolver, IBinding<R>)
- Source:
- Binder.cs
bool IBinder.TryBind<R> (System.Reflection.MethodInfo method, Microsoft.Bot.Builder.Scorables.Internals.IResolver resolver, out Microsoft.Bot.Builder.Scorables.Internals.IBinding<R> binding);
abstract member Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : System.Reflection.MethodInfo * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
override this.Microsoft.Bot.Builder.Scorables.Internals.IBinder.TryBind : System.Reflection.MethodInfo * Microsoft.Bot.Builder.Scorables.Internals.IResolver * IBinding -> bool
Function TryBind(Of R) (method As MethodInfo, resolver As IResolver, ByRef binding As IBinding(Of R)) As Boolean Implements IBinder.TryBind
Type Parameters
- R
Parameters
- method
- MethodInfo
- resolver
- IResolver
- binding
- IBinding<R>