Click or drag to resize

HttpServerConnectiongetUserID Method

If Login() was already called, returns id of the user associated with the connection; otherwise throws an exception.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public override string getUserID()

Return Value

Type: String
User ID
Exceptions
ExceptionCondition
ExceptionLogin() was not called prior to this call.
See Also