Value.reserve Method

Reserves memory for a number of Values to reduce memory allocations.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public void reserve(
    uint size
)

Parameters

size

Type: System.UInt32
The number of Values that should be reserved.

Reference

Value Class

TcHmiSrv Namespace