Release method |
Top Previous Next |
Returns a Tn3270/Tn5250 object to the pool of telnet objects.
VB.NET Syntax
tnxxxx.Release
C# Syntax
tnxxxx.Release();
Remarks
Returns a Tn3270/Tn5250 object to the pool of telnet objects. Used in combination with FromPool method.
See also FromPool method. |