LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Struct EventProcessorTypes.IdentifyEvent

    Parameters for RecordIdentifyEvent(in IdentifyEvent).

    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.IdentifyEvent

    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

    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