Initialize the enterprise entry point.
Assembly: Epic.Core
Declaration Syntax
C# |
public static void Initialize( EnterpriseBase enterprise )
Parameters
- enterprise (EnterpriseBase)
- A EnterpriseBase to handle request.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | When enterprise is nullNothingnullptr. |
InvalidOperationException | When called more then once. |