Table of Contents

Constructor NatsSvcConfig

Namespace
NATS.Client.Services
Assembly
NATS.Client.Services.dll

NatsSvcConfig(string, string)

Creates a new instance of NatsSvcConfig.

public NatsSvcConfig(string name, string version)

Parameters

name string

Service name.

version string

Service SemVer version.

Exceptions

ArgumentException

Name or version is invalid.