J-Integra® Espresso Programming Documentation (API)

RuntimeConfiguration.SetClientConnectionType Method

Sets the type of client connection PerClient (default) or PerObject.

void SetClientConnectionType(
 Ics.Runtime.ClientConnectionType connectionType
);

Parameters

connectionType
The type of connection. See Ics.Runtime.ClientConnectionType

Return Value

none

Remarks

none

Exceptions

none

See Also

Runtime Config | Runtime Namespace