An NDoc Documented Class Library

HostIntegratorSession.GetOperationMetaData Method 

Gets metadata for an operation in the current Host Integrator model.

public virtual OperationMetaData GetOperationMetaData(
   string entityName,
   string operationName
);

Parameters

entityName
Specifies the name of an entity in the Host Integrator model.
operationName
Specifies the name of an operation associated with the specified entity.

Return Value

This method returns metadata for an operation in the current Host Integrator model.

Remarks

Gets metadata for an operation in the current Host Integrator model.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown if client is not connected
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent entity or operation

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace