C# Class Zombie.SDKBatch

Everything that happens in the Zombie library happens through the SDKBatch class. This class provides access to a QBFC message set and a way to specify follow-up actions for SDK queries.
Afficher le fichier Open project: pkpjpm/Zombie

Méthodes publiques

Méthode Description
Run ( ) : bool
RunIfNotEmpty ( ) : bool
SetClosures ( Interop.QBFC12 qry, QuerySuccess success, QueryFailure failure = null, bool allowEmpty = false ) : void
SetIteratorSetup ( IteratorSetup setup ) : void

Private Methods

Méthode Description
RunOneBatch ( IteratorCall &_iterCall ) : bool
SDKBatch ( Interop.QBFC12 mgr, short majorVer, short minorVer, string Country ) : System
StatusMessage ( int idx, string Heading, string StatusMessage, int statusCode, bool IsError ) : void

Method Details

Run() public méthode

public Run ( ) : bool
Résultat bool

RunIfNotEmpty() public méthode

public RunIfNotEmpty ( ) : bool
Résultat bool

SetClosures() public méthode

public SetClosures ( Interop.QBFC12 qry, QuerySuccess success, QueryFailure failure = null, bool allowEmpty = false ) : void
qry Interop.QBFC12
success QuerySuccess
failure QueryFailure
allowEmpty bool
Résultat void

SetIteratorSetup() public méthode

public SetIteratorSetup ( IteratorSetup setup ) : void
setup IteratorSetup
Résultat void