Table of Contents

Class MyApi

Namespace
Snippets.Docs
Assembly
Snippets.dll
public class MyApi
Inheritance
MyApi
Inherited Members

Constructors

MyApi(ResiliencePipelineProvider<string>)

public MyApi(ResiliencePipelineProvider<string> pipelineProvider)

Parameters

pipelineProvider ResiliencePipelineProvider<string>

Methods

ExecuteAsync(CancellationToken)

public Task ExecuteAsync(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

Returns

Task