RgfProgressService Constructor

Initializes a new instance of the RgfProgressService class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.16.0.10131
C#
public RgfProgressService(
	ILogger<RgfProgressService> logger,
	IHttpClientFactory httpClientFactory
)

Parameters

logger  ILoggerRgfProgressService
 
httpClientFactory  IHttpClientFactory
 

See Also