Method | Description | |
---|---|---|
End ( ) : void |
Terminate the session.
|
|
Session ( JET_INSTANCE instance ) |
Initializes a new instance of the Session class. A new JET_SESSION is allocated from the given instance.
|
Method | Description | |
---|---|---|
ReleaseResource ( ) : void |
Free the underlying JET_SESID.
|
public Session ( JET_INSTANCE instance ) | ||
instance | JET_INSTANCE | The instance to start the session in. |