IService.unsubscribe() method
Unsubscribe from changes in the service
Signature
unsubscribe(id: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
id | number | The ID that was returned when subscribing to the service |
Throws
Error |
---|
Unsubscribe from changes in the service
unsubscribe(id: number): void;
Parameter | Type | Description |
---|---|---|
id | number | The ID that was returned when subscribing to the service |
Error |
---|