Search Results for

    Show / Hide Table of Contents
    View Source

    Class AllTelemetryController

    Inheritance
    System.Object
    ManagementApiControllerBase
    TelemetryControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Telemetry
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class AllTelemetryController : TelemetryControllerBase

    Methods

    View Source

    GetAll(CancellationToken, Int32, Int32)

    Declaration
    public async Task<PagedViewModel<TelemetryResponseModel>> GetAll(CancellationToken cancellationToken, int skip = 0, int take = 100)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.Int32 skip
    System.Int32 take
    Returns
    Type Description
    Task<PagedViewModel<TelemetryResponseModel>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAll(CancellationToken, Int32, Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX