Interface IServiceWithSetup<TOptions>
Marks services which can be setup with options. Usually used together with a Generator{TService, TOptions} to create the service with options.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IServiceWithSetup<in TOptions>
Type Parameters
TOptions
Methods
Setup(TOptions)
void Setup(TOptions options)
Parameters
optionsTOptions