An NDoc Documented Class Library

HostIntegratorSession.PerformAidKey Method 

Enters an aid key (for example, a Program Function key) into the current Host Integrator server session.

public virtual void PerformAidKey(
   AidKey key
);

Parameters

key
Specifies any of the terminal key constants defined in the AidKey enumeration.

Remarks

Enters an aid key (for example, a Program Function key) into the current Host Integrator server session.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace