Show / Hide Table of Contents

    Class AnalyticsDispatcherConfigBase

    Inheritance
    Object
    AnalyticsDispatcherConfigBase
    AnalyticsIntervalDispatcherConfigBase
    DebugDispatcherConfig
    Implements
    IAnalyticsDispatcherConfig
    IData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Analytics
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class AnalyticsDispatcherConfigBase : IAnalyticsDispatcherConfig, IData

    Fields

    _id

    Declaration
    protected string _id
    Field Value
    Type Description
    String

    _ingestionEndpoint

    Declaration
    protected string _ingestionEndpoint
    Field Value
    Type Description
    String

    _maxBatchSize

    Declaration
    protected int _maxBatchSize
    Field Value
    Type Description
    Int32

    Properties

    AnalyticsDispatcherType

    Declaration
    public abstract Type AnalyticsDispatcherType { get; }
    Property Value
    Type Description
    Type

    Id

    Declaration
    public virtual string Id { get; }
    Property Value
    Type Description
    String

    IngestionEndpoint

    Declaration
    public virtual string IngestionEndpoint { get; }
    Property Value
    Type Description
    String

    MaxBatchSize

    Declaration
    public virtual int MaxBatchSize { get; }
    Property Value
    Type Description
    Int32

    Implements

    IAnalyticsDispatcherConfig
    IData
    Back to top Copyright © 2020 East Side Games Inc.