Constructor
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal trialLength As Integer, _ ByVal productID As Guid _ ) |
| C# |
|---|
| public TimeBomb( int trialLength, Guid productID ) |
| C++ |
|---|
| public: TimeBomb( int trialLength, Guid productID ) sealed |
| J# |
|---|
| public TimeBomb( int trialLength, Guid productID ) |
| JScript |
|---|
| public function TimeBomb( trialLength : int, productID : Guid ) |
Parameters
- trialLength
- The length, in days, of trial period
- productID
- Used to store bomb records uniquely