LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class DiagnosticId

    Inheritance
    object
    DiagnosticId
    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 DiagnosticId

    Constructors

    DiagnosticId(string, Guid)

    Declaration
    public DiagnosticId(string sdkKey, Guid diagnosticId)
    Parameters
    Type Name Description
    string sdkKey
    Guid diagnosticId

    Fields

    Id

    Declaration
    public readonly Guid Id
    Field Value
    Type Description
    Guid

    SdkKeySuffix

    Declaration
    public readonly string SdkKeySuffix
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX