LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Struct MigrationVariation

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LaunchDarkly.Sdk.Server.Migrations
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public readonly struct MigrationVariation

    Properties

    Stage

    Declaration
    public MigrationStage Stage { get; }
    Property Value
    Type Description
    MigrationStage

    Tracker

    Declaration
    public MigrationOpTracker Tracker { get; }
    Property Value
    Type Description
    MigrationOpTracker

    Methods

    Deconstruct(out MigrationStage, out MigrationOpTracker)

    Declaration
    public void Deconstruct(out MigrationStage stage, out MigrationOpTracker tracker)
    Parameters
    Type Name Description
    MigrationStage stage
    MigrationOpTracker tracker
    In this article
    Back to top Generated by DocFX