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:

Exceptions

Exception TypeCondition
HostIntegratorModelDefExceptionThrown if the entity name is not found in the model
HostIntegratorTerminalExceptionThrown if the navigation fails
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only

See Also

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