LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Struct EventProcessorTypes.CustomEvent

    Parameters for RecordCustomEvent(in CustomEvent).

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Client.Subsystems
    Assembly: LaunchDarkly.ClientSdk.dll
    Syntax
    public struct EventProcessorTypes.CustomEvent

    Properties

    | Edit this page View Source

    Context

    The evaluation context associated with the event. Some attributes may not be sent to LaunchDarkly if they are private.

    Declaration
    public Context Context { readonly get; set; }
    Property Value
    Type Description
    Context
    | Edit this page View Source

    Data

    Custom data provided for the event.

    Declaration
    public LdValue Data { readonly get; set; }
    Property Value
    Type Description
    LdValue
    | Edit this page View Source

    EventKey

    The event key.

    Declaration
    public string EventKey { readonly get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MetricValue

    An optional numeric value that can be used in analytics.

    Declaration
    public double? MetricValue { readonly get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Timestamp

    Date/timestamp of the event.

    Declaration
    public UnixMillisecondTime Timestamp { readonly get; set; }
    Property Value
    Type Description
    UnixMillisecondTime
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX