HostIntegratorSession.SetAttributesDelayed Method (IDictionary, String)

WRQ.Verastream.HostIntegrator

WRQ Verastream Host Integrator .Net Reference

HostIntegratorSession.SetAttributesDelayed Method (IDictionary, String)

Sets the attributes for the specified entity. Attributes are not actually set until the entity is reached.

[Visual Basic]Overloads Public Sub SetAttributesDelayed( _
   ByVal attributes As IDictionary, _
   ByVal entityName As String _
)
[C#]
public void SetAttributesDelayed(
   IDictionary attributes,
   string entityName
);

Parameters

attributes
Specifies attributes for the current entity, using name-value pairs.
entityName
Specifies the name of an entity in the current Host Integrator model.

Remarks

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

See Also

HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.SetAttributesDelayed Overload List