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
Exibir arquivo Open project: pkpjpm/Zombie Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Closes this connection

Dispose ( ) : void

Dispose closes the SDK session if it is still open

NewBatch ( ) : SDKBatch

Private Methods

Method 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 method

Closes this connection
public Close ( ) : void
return void

Dispose() public method

Dispose closes the SDK session if it is still open
public Dispose ( ) : void
return void

NewBatch() public method

public NewBatch ( ) : SDKBatch
return SDKBatch