Click or drag to resize

SanityCheckEventArgs Constructor

Initializes a new instance of the SanityCheckEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public SanityCheckEventArgs(
	DataStoreClient datastore,
	string sanityCode
)

Parameters

datastore  DataStoreClient
 
sanityCode  String
 
See Also