Windward Engine API Reference
Init Method
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : Init Method




Glossary Item Box

Initializes the reporting engine. It is not necessary to call this method as the reporting engine will do so if it was not called before generating any reports. It is useful to call this when initializing as this method will take several seconds and will write the starup lines to the console. It is safe to call this several times as it will just return after the first time it is called.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Init() 
Visual Basic (Usage)Copy Code
Report.Init()
C# 
public static void Init()
Managed Extensions for C++ 
public: static void Init(); 
C++/CLI 
public:
static void Init(); 

Exceptions

ExceptionDescription
System.ComponentModel.LicenseExceptionThrown if the license key check fails. The message will list the license check that failed.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.