-
Notifications
You must be signed in to change notification settings - Fork 33
ZyanComponentHost class
 English
Namespace: Zyan.Communication
Hosts components and publishes them for remote access.
||Member||Description|| | Constructor|Creates a new component host instance.| | Dispose|Quits component hosting and frees used ressources.| | GetRegisteredComponents|Returns a list with all registered components.| | PublishEvent|Publishes a component´s event on the notification service.| | RegisterComponent|Registers a component in the Host´s component catalog.| | StartNotificationService|Starts the notification service.| | StopNotificationService|Stops the notification service.| | UnregisterComponent|Cancels the registration of a specified component.| | ComponentCatalog|Sets the component catalog used for pubishing components.| | Hosts (static)|Returns a list of all components hosts in the current AppDomain.| | IsNotificationServiceRunning|Returns true, if the notification service is running, otherwise false.| | Name|Returns the name of the component host.| | NotificationService|Returns the notification service.| | SessionManager|Returns the session manager.| | SerializationHandling|Returns a repository for hooking up custom serialization handlers.| | AfterInvoke|Event: Occurs after a component method was called.| | BeforeInvoke|Event: Occurs before a component method is called.| | InvokeCanceled|Event: Occurs when a component method call was canceled.| | ClientLoggedOn|Event: Occurs after a client logged on.| | ClientLoggedOff|Event: Occurs after a client logged off.|