Click or drag to resize

AttributeDatabaseStart Method

Starts the attribute database.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public virtual void Start(
	IMemoryXAllocator memAllocator,
	IComponentLogger? logger
)

Parameters

memAllocator
Type: IMemoryXAllocator

[Missing <param name="memAllocator"/> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeDatabase.Start(Demo3D.IO.External.IMemoryXAllocator,Demo3D.Common.IComponentLogger)"]

logger
Type: Demo3D.CommonIComponentLogger

[Missing <param name="logger"/> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeDatabase.Start(Demo3D.IO.External.IMemoryXAllocator,Demo3D.Common.IComponentLogger)"]

See Also