C# Class Castle.Facilities.Synchronize.SynchronizeFacility

Augments the kernel to handle synchronized components.
Inheritance: Castle.MicroKernel.Facilities.AbstractFacility
Show file Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
Init ( ) : void

Registers all components needed by the facility.

Private Methods

Method Description
RegisterSynchronizationComponents ( ) : void

Registers the synchronization components.

RegisterSynchronizationInspectors ( ) : void

Registers the synchronization inspectors.

Method Details

Init() protected method

Registers all components needed by the facility.
protected Init ( ) : void
return void