C# Class Castle.Facilities.Synchronize.SynchronizeFacility

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

Méthodes protégées

Méthode Description
Init ( ) : void

Registers all components needed by the facility.

Private Methods

Méthode Description
RegisterSynchronizationComponents ( ) : void

Registers the synchronization components.

RegisterSynchronizationInspectors ( ) : void

Registers the synchronization inspectors.

Method Details

Init() protected méthode

Registers all components needed by the facility.
protected Init ( ) : void
Résultat void