7 lines
195 B
C#
7 lines
195 B
C#
namespace MxGateway.Server.Configuration;
|
|
|
|
public sealed record EffectiveSessionConfiguration(
|
|
int DefaultCommandTimeoutSeconds,
|
|
int MaxSessions,
|
|
bool AllowMultipleEventSubscribers);
|