Table of Contents

Interface IAsyncConverter<TInput, TOutput>

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IAsyncConverter<TInput, TOutput>

Type Parameters

TInput
TOutput

Methods

ConvertAsync(TInput, CancellationToken)

Task<TOutput> ConvertAsync(TInput input, CancellationToken cancellationToken)

Parameters

input TInput
cancellationToken CancellationToken

Returns

Task<TOutput>