Files
mxaccessgw/src/MxGateway.Server/Configuration/EffectiveSessionConfiguration.cs
T
2026-04-26 16:11:30 -04:00

7 lines
195 B
C#

namespace MxGateway.Server.Configuration;
public sealed record EffectiveSessionConfiguration(
int DefaultCommandTimeoutSeconds,
int MaxSessions,
bool AllowMultipleEventSubscribers);