HostIntegratorSession.GetEntityOperations Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.GetEntityOperations Method 

Gets the names of the operations in the specified entity.

[Visual Basic]Public Function GetEntityOperations( _
   ByVal entityName As String _
) As IList
[C#]
public IList GetEntityOperations(
   string entityName
);

Parameters

entityName
Specifies an entity in the current Host Integrator model.

Return Value

This method returns the names of the operations in the specified entity.

Remarks

Reasons for failure include:

  • Server session not established.
  • Invalid entity name.

See Also

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