Gets metadata for an operation in the current Host Integrator model.
[Visual Basic]Public Function GetOperationMetaData( _
ByVal entityName As String, _
ByVal operationName As String _
) As OperationMetaData
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.
See Also
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace