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)
Syntax
C#
public SanityCheckEventArgs(
	DataStoreClient datastore,
	string sanityCode
)

Parameters

datastore
Type: DataStoreClient
sanityCode
Type: SystemString
See Also