Skip to content

bbca930a 13c7 bf74 5891 2067a0d46fd1

Axel Kesseler edited this page Mar 1, 2023 · 1 revision

UdpNetworkWriter Constructor

The only class constructor.

Namespace: Plexdata.LogWriter.Internals.Writers
Assembly: Plexdata.LogWriter.Network (in Plexdata.LogWriter.Network.dll) Version: 1.0.7.1

Syntax

C#

public UdpNetworkWriter(
	INetworkInternalFactory factory,
	INetworkLoggerSettings settings
)

Parameters

 

factory
Type: Plexdata.LogWriter.Internals.Abstraction.INetworkInternalFactory
An instance of the factory to use.
settings
Type: Plexdata.LogWriter.Abstraction.INetworkLoggerSettings
An instance of the settings to use.

Exceptions

 

Exception Condition
ArgumentNullException This exception is thrown if one of the parameters is null.

Remarks

This constructor initializes all its fields and properties.

See Also

Reference

UdpNetworkWriter Class
Plexdata.LogWriter.Internals.Writers Namespace

Clone this wiki locally