Class AllTelemetryController
Namespace: Umbraco.Cms.Api.Management.Controllers.Telemetry
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class AllTelemetryController : TelemetryControllerBase
Methods
View SourceGetAll(CancellationToken, Int32, Int32)
Declaration
public async Task<PagedViewModel<TelemetryResponseModel>> GetAll(CancellationToken cancellationToken, int skip = 0, int take = 100)
Parameters
Type | Name | Description |
---|---|---|
Cancellation |
cancellationToken | |
System. |
skip | |
System. |
take |
Returns
Type | Description |
---|---|
Task<Paged |