Struct MigrationMethod.Result<TResult>
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Migrations
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public readonly struct MigrationMethod.Result<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 |
Value
Declaration
public TResult Value { get; }
Property Value
Type | Description |
---|---|
TResult |