EventServer Constructor

Initializes a new instance of the EventServer class.
public EventServer( 
Framework framework
EventBus bus 
)
This language is not supported or no code example is available.
public:  
EventServer( 
Framework^ framework
EventBus^ bus 
)
This language is not supported or no code example is available.
public function EventServer( 
framework : Framework
bus : EventBus 
);
This language is not supported or no code example is available.

Parameters

framework
Framework

The framework.

bus
EventBus

The bus.

In this article

Definition