LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Struct MigrationResult<TResult>

    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 struct MigrationResult<TResult> where TResult : class
    Type Parameters
    Name Description
    TResult

    Properties

    Exception

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception

    IsSuccessful

    Declaration
    public bool IsSuccessful { get; }
    Property Value
    Type Description
    bool

    Origin

    Declaration
    public MigrationOrigin Origin { get; }
    Property Value
    Type Description
    MigrationOrigin

    Value

    Declaration
    public TResult Value { get; }
    Property Value
    Type Description
    TResult
    In this article
    Back to top Generated by DocFX