Contains all shared methodparameters of all measurement method classes for measurement vs. time. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustInherit Class TimeMethod Inherits Method Implements INPointsMethod |
| C# |
|---|
| public abstract class TimeMethod : Method, INPointsMethod |
| C++ |
|---|
| ref class TimeMethod abstract : Method, INPointsMethod |
| J# |
|---|
| public class TimeMethod extends Method implements INPointsMethod |
| JScript |
|---|
| public class TimeMethod extends Method, INPointsMethod |
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.