Class IdentifySeriesContext
IdentifySeriesContext represents parameters associated with an identify operation. It is made available in Hook stage callbacks.
Inherited Members
Namespace: LaunchDarkly.Sdk.Client.Hooks
Assembly: LaunchDarkly.ClientSdk.dll
Syntax
public sealed class IdentifySeriesContext
Constructors
| Edit this page View SourceIdentifySeriesContext(Context, TimeSpan)
Constructs a new IdentifySeriesContext.
Declaration
public IdentifySeriesContext(Context context, TimeSpan timeout)
Parameters
| Type | Name | Description |
|---|---|---|
| Context | context | the context being identified |
| TimeSpan | timeout | the timeout for the identify operation |
Properties
| Edit this page View SourceContext
The Context being identified.
Declaration
public Context Context { get; }
Property Value
| Type | Description |
|---|---|
| Context |
Timeout
The timeout for the identify operation. A value of Zero indicates that no timeout was specified.
Declaration
public TimeSpan Timeout { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |