Table of Contents

Interface IValueProvider

Namespace
Microsoft.Azure.WebJobs.Host.Bindings
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IValueProvider

Properties

Type

Type Type { get; }

Property Value

Type

Methods

GetValueAsync()

Task<object> GetValueAsync()

Returns

Task<object>

ToInvokeString()

string ToInvokeString()

Returns

string