Table of Contents

Interface IHostIdProvider

Namespace
Microsoft.Azure.WebJobs.Host.Executors
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IHostIdProvider

Methods

GetHostIdAsync(CancellationToken)

Task<string> GetHostIdAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Returns

Task<string>