LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class DefaultEventSender

    Inheritance
    object
    DefaultEventSender
    Implements
    IEventSender
    IDisposable
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Internal.Events
    Assembly: LaunchDarkly.InternalSdk.dll
    Syntax
    public sealed class DefaultEventSender : IEventSender, IDisposable

    Constructors

    DefaultEventSender(HttpProperties, EventsConfiguration, Logger)

    Declaration
    public DefaultEventSender(HttpProperties httpProperties, EventsConfiguration config, Logger logger)
    Parameters
    Type Name Description
    HttpProperties httpProperties
    EventsConfiguration config
    Logger logger

    Fields

    DefaultRetryInterval

    Declaration
    public static readonly TimeSpan DefaultRetryInterval
    Field Value
    Type Description
    TimeSpan

    Methods

    Dispose()

    Declaration
    public void Dispose()

    SendEventDataAsync(EventDataKind, byte[], int)

    Declaration
    public Task<EventSenderResult> SendEventDataAsync(EventDataKind kind, byte[] data, int eventCount)
    Parameters
    Type Name Description
    EventDataKind kind
    byte[] data
    int eventCount
    Returns
    Type Description
    Task<EventSenderResult>

    Implements

    IEventSender
    IDisposable
    In this article
    Back to top Generated by DocFX