Table of Contents

Interface IArgumentBinding<TArgument>

Namespace
Microsoft.Azure.WebJobs.Host.Bindings
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IArgumentBinding<TArgument>

Type Parameters

TArgument

Properties

ValueType

Type ValueType { get; }

Property Value

Type

Methods

BindAsync(TArgument, ValueBindingContext)

Task<IValueProvider> BindAsync(TArgument value, ValueBindingContext context)

Parameters

value TArgument
context ValueBindingContext

Returns

Task<IValueProvider>