An NDoc Documented Class Library

HostIntegratorSession.SetAttributes Method (IDictionary)

Sets the attributes for the current entity.

public virtual void SetAttributes(
   IDictionary attributes
);

Parameters

attributes
Specifies attributes for the current entity, using name-value pairs.

Remarks

SetAttributes does not need to specify all attributes for the entity, but it should specify all required attributes.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown when client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent attribute
HostIntegratorTerminalExceptionThrown if there is an execution error

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.SetAttributes Overload List