Kbase P129281: What does the .NET Open Client AppObject Dispose() method do internally?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/02/2008 |
|
Status: Unverified
GOAL:
What does the .NET Proxy Object Dispose() method do internally?
GOAL:
What does the .NET Open Client AppObject Dispose() method do?
FACT(s) (Environment):
OpenEdge 10.x
FIX:
When executing the Dispose( ) method on the last available proxy object that shared a particular connection, the client disconnects from the AppServer.
Internally, the Dispose() method deletes the session pool reference created when the proxy Object is instantiated.