C# 클래스 Zombie.SDKConnection

Represents a connection to the SDK. Supports both desktop and online connections. In order to create a connection, use the ConnectionMgr class
상속: IDisposable
파일 보기 프로젝트 열기: pkpjpm/Zombie 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Closes this connection

Dispose ( ) : void

Dispose closes the SDK session if it is still open

NewBatch ( ) : SDKBatch

비공개 메소드들

메소드 설명
HostQueryFail ( string statusMsg, int statusCode ) : void
HostQuerySuccess ( Interop.QBFC12 baseObj ) : void
QueryDesktopVersion ( ) : void
SDKConnection ( ConnectionMgr appID, ConnectionMgr config ) : System
SDKConnection ( Interop.QBFC12 sessionMgrMock ) : System

메소드 상세

Close() 공개 메소드

Closes this connection
public Close ( ) : void
리턴 void

Dispose() 공개 메소드

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

NewBatch() 공개 메소드

public NewBatch ( ) : SDKBatch
리턴 SDKBatch