C# Class Zombie.SDKConnection

Represents a connection to the SDK. Supports both desktop and online connections. In order to create a connection, use the ConnectionMgr class
Inheritance: IDisposable
Afficher le fichier Open project: pkpjpm/Zombie Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Closes this connection

Dispose ( ) : void

Dispose closes the SDK session if it is still open

NewBatch ( ) : SDKBatch

Private Methods

Méthode Description
HostQueryFail ( string statusMsg, int statusCode ) : void
HostQuerySuccess ( Interop.QBFC12 baseObj ) : void
QueryDesktopVersion ( ) : void
SDKConnection ( ConnectionMgr appID, ConnectionMgr config ) : System
SDKConnection ( Interop.QBFC12 sessionMgrMock ) : System

Method Details

Close() public méthode

Closes this connection
public Close ( ) : void
Résultat void

Dispose() public méthode

Dispose closes the SDK session if it is still open
public Dispose ( ) : void
Résultat void

NewBatch() public méthode

public NewBatch ( ) : SDKBatch
Résultat SDKBatch