Constructor Group
Group(NatsSvcServer, string, string?, CancellationToken)
Creates a new instance of NatsSvcServer.Group.
public Group(NatsSvcServer server, string groupName, string? queueGroup = null, CancellationToken cancellationToken = default)
Parameters
server
NatsSvcServerService instance.
groupName
stringGroup name.
queueGroup
stringOptional queue group.
cancellationToken
CancellationTokenA CancellationToken may be used to cancel th call in the future.