Результаты поиска для

    Show / Hide Table of Contents

    Interface IConfigurationClient

    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.dll
    Syntax
    public interface IConfigurationClient

    Methods

    Get()

    returns information about server configuration

    Declaration
    ServerConfigurationVM Get()
    Returns
    Type Description
    ServerConfigurationVM
    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    GetAsync(System.Threading.CancellationToken)

    returns information about server configuration

    Declaration
    System.Threading.Tasks.Task<ServerConfigurationVM> GetAsync(System.Threading.CancellationToken cancellationToken = null)
    Parameters
    Type Name Description
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<ServerConfigurationVM>
    Exceptions
    Type Condition
    ApiException

    A server side error occurred.

    Вверх © 1998-2025 ООО «Быстрые отчеты»