C# Class Insero.ComponentCompositionFramework.Components.NgsiProducer.NgsiProducerComponent

Component that produces ngsi context events to a publish subscriber.
Inheritance: Insero.ComponentCompositionFramework.Components.Utilities.ExtendedDisposableBase, IConnectableComponent
显示文件 Open project: FINESCE/ComponentCompositionFramework

Public Methods

Method Description
GetCommunicationInterface ( ) : IComponentCommunication
NgsiProducerComponent ( ) : System
Start ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCommunicationInterface() public method

public GetCommunicationInterface ( ) : IComponentCommunication
return IComponentCommunication

NgsiProducerComponent() public method

public NgsiProducerComponent ( ) : System
return System

Start() public method

public Start ( ) : void
return void