Interface IContextDeduplicator
Namespace: LaunchDarkly.Sdk.Internal.Events
Assembly: LaunchDarkly.InternalSdk.dll
Syntax
public interface IContextDeduplicator
Properties
FlushInterval
Declaration
TimeSpan? FlushInterval { get; }
Property Value
Type | Description |
---|---|
TimeSpan? |
Methods
Flush()
Declaration
void Flush()
ProcessContext(in Context)
Declaration
bool ProcessContext(in Context context)
Parameters
Type | Name | Description |
---|---|---|
Context | context |
Returns
Type | Description |
---|---|
bool |