Click or drag to resize

IDataStorageClientSetupStorage Method

This method should prepare data storage for usage.

Namespace:  FinAnalysis.Base.BaseClasses
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
void SetupStorage(
	Type type,
	Array buffer,
	int clientsCount
)

Parameters

type
Type: SystemType
Type of data storage.
buffer
Type: SystemArray
Buffer that will be used for data storage.
clientsCount
Type: SystemInt32
Amount of clients that will use the storage.
See Also