Skip to content

272ad373 c771 f316 9aeb 6ed2f2aca747

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

INetworkInternalFactory Interface

An interface to create internal dependencies.

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

Syntax

C#

internal interface INetworkInternalFactory

Methods

 

Name Description
Public method Create(TInterface)(Object[]) Creates instances of internal interface types.
Public method Create(TInterface)(INetworkLoggerSettings) Creates instances of internal interface types.
  Back to Top

Remarks

This interface represents the abstraction of a factory to create internal dependencies.

See Also

Reference

Plexdata.LogWriter.Internals.Abstraction Namespace

Clone this wiki locally