HostIntegratorSession.PerformEntityOperation Method

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.PerformEntityOperation Method 

Performs an operation on the current entity.

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

Parameters

operationName
Specifies the name of the operation to perform.

Remarks

Reasons for failure include:

  • Server session not established.
  • Invalid operation.
  • Session is already connected to a Host Integrator server.

See Also

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