HostIntegratorSession.SetCurrentEntity Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.SetCurrentEntity Method 

Sets the current entity.

[Visual Basic]Public Sub SetCurrentEntity( _
   ByVal entityName As String _
)
[C#]
public void SetCurrentEntity(
   string entityName
);

Parameters

entityName
Specifies the name of an entity in the current Host Integrator model.

Remarks

This method will traverse to a particular screen in the host application.

Reasons for failure include:

  • Server session not established.
  • Invalid entity name.
  • No traversal path to entity.

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace