This constructor is used to create a new CEvent object.
Namespace: Asi.iBO.EventsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public CEvent( IiMISUser user ) |
| Visual Basic |
|---|
Public Sub New ( _ user As IiMISUser _ ) |
| Visual C++ |
|---|
public: CEvent( IiMISUser^ user ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
Exceptions
| Exception | Condition |
|---|---|
| Asi.iBO..::..NotLicensedException | thrown if there is no license for events. |