Constructor
new Subscription(name)
Describe the constructor here.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The name of the subscription. |
Example
var subscription = new Subscription();
Methods
expire()
Force the subscription to expire.