This class contains stats about a Decision Engine Model loaded into the Netrics server.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class NetricsModelStats Inherits BaseObjectStats |
C# |
---|
public class NetricsModelStats : BaseObjectStats |
C++ |
---|
ref class NetricsModelStats : BaseObjectStats |
J# |
---|
public class NetricsModelStats extends BaseObjectStats |
JScript |
---|
public class NetricsModelStats extends BaseObjectStats |
Remarks
It can be used to get information about model.
These objects are created and returned by the NetricsServerInterface rllist method. Normally there is no need to explicitly create a NetricsModelStats object.
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.