An NDoc Documented Class Library

HostIntegratorSession.PerformEntityOperation Method 

Performs an operation on the current entity.

public virtual void PerformEntityOperation(
   string operationName
);

Parameters

operationName
Specifies the name of the operation to perform.

Remarks

Reasons for failure include:

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent operation
HostIntegratorTerminalExceptionThrown if the operation fails

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace