InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / IsPolling Property


In This Topic
IsPolling Property
In This Topic
Gets a value indicating whether the session is trying to poll (For PEPGate and INT1 transport).
Syntax
'Declaration
 
ReadOnly Property IsPolling As Boolean
 
'Usage
 
Dim instance As IUtsTerminal
Dim value As Boolean
 
value = instance.IsPolling
See Also