Method UnregisterDataConsumer
UnregisterDataConsumer(IDataProduced)
Remove the consumer from the list of consumers
Declaration
public void UnregisterDataConsumer(IDataProduced consumer)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataProduced | consumer | IDataProduced consumer to be removed from the list. |