Show / Hide Table of Contents

    Interface IAnalyticsIntervalDispatcherConfig

    Configuration for an IAnalyticsDispatcher that should send events periodically.

    Inherited Members
    IAnalyticsDispatcherConfig.IngestionEndpoint
    IAnalyticsDispatcherConfig.MaxBatchSize
    IAnalyticsDispatcherConfig.AnalyticsDispatcherType
    Namespace: IdleKit.Analytics
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAnalyticsIntervalDispatcherConfig : IAnalyticsDispatcherConfig, IData

    Properties

    SendEventsIntervalSeconds

    The IAnalyticsDispatcher with this IAnalyticsDispatcherConfig sends events every SendEventsIntervalSeconds seconds.

    Declaration
    float SendEventsIntervalSeconds { get; }
    Property Value
    Type Description
    Single
    Back to top Copyright © 2020 East Side Games Inc.