Name | Description | |
---|---|---|
![]() |
Authenticate | Request for authentication. |
Name | Description | |
---|---|---|
![]() |
ZyanComponentHost | Overloaded. Initializes a new instance of the ZyanComponentHost class. |
Name | Description | |
---|---|---|
![]() |
Dispose | Releases all managed resources. |
![]() |
GetComponentInstance | Returns an instance of a specified registered component. |
![]() |
GetRegisteredComponents | Returns a list with information about all registered components. |
![]() |
RegisterComponent<I> | Registers a component in the component catalog. |
![]() |
RegisterComponent<I, T> | Overloaded. Registers a component in the component catalog. |
![]() |
UnregisterComponent | Deletes a component registration. |
Name | Description | |
---|---|---|
![]() |
HasAfterInvokeSubscriptions | Checks whether the AfterInvoke event has subscriptions. |
![]() |
HasBeforeInvokeSubscriptions | Checks whether the BeforeInvoke event has subscriptions. |
![]() |
HasInvokeCanceledSubscriptions | Checks whether the InvokeCanceled event has subscriptions. |
![]() |
HasInvokeRejectedSubscriptions | Checks whether the InvokeRejected event has subscriptions. |
![]() ![]() |
OnAfterInvoke | Fires the AfterInvoke event. |
![]() ![]() |
OnBeforeInvoke | Fires the BeforeInvoke event. |
![]() |
OnClientLoggedOff | Fires "ClientLoggedOff" event. |
![]() |
OnClientLoggedOn | Fires "ClientLoggedOn" event. |
![]() |
OnClientSessionTerminated | Fires "ClientSessionTerminated" event. |
![]() ![]() |
OnInvokeCanceled | Fires the InvokeCanceled event. |
![]() ![]() |
OnInvokeRejected | Fires the InvokeRejected event. |
![]() ![]() |
OnSubscriptionAdded | Raises the SubscriptionAdded event. |
![]() ![]() |
OnSubscriptionCanceled | Raises the SubscriptionCanceled event. |
![]() ![]() |
OnSubscriptionRemoved | Raises the SubscriptionRemoved event. |
Name | Description | |
---|---|---|
![]() ![]() |
Finalize | Is called from runtime when this object is finalized. |
![]() ![]() |
OnClientHeartbeatReceived | Fires the ClientHeartbeatReceived event. |
![]() ![]() |
OnDisposing | Fires the Disposing event. |
Name | Description | |
---|---|---|
![]() |
ComponentCatalog | Get or sets the component catalog for this host instance. |
![]() ![]() |
Hosts | Gets a list of all known hosts. |
![]() ![]() |
LegacyBlockingEvents | Gets or sets a value indicating whether legacy blocking events raising mode is enabled. |
![]() |
Name | Gets the name of the component host. |
![]() ![]() |
PollingEventTracingEnabled | Gets or sets whether polling event tracing is enabled. |
![]() |
SerializationHandling | Gets the serialization handling repository. |
![]() |
SessionManager | Returns the session manager used by this host. |
Name | Description | |
---|---|---|
![]() |
AfterInvoke | Occurs after the component call is completed. |
![]() |
BeforeInvoke | Occurs before the component call is initiated. |
![]() |
ClientHeartbeatReceived | Event: Occours when a heartbeat signal is received from a client. |
![]() |
ClientLoggedOff | Occurs when the client is logged off. |
![]() |
ClientLoggedOn | Occurs when new client is logged on. |
![]() |
ClientSessionTerminated | Occurs when the client session is terminated abnormally. |
![]() |
Disposing | Occurs when this instance is disposed. |
![]() |
InvokeCanceled | Occurs when the component call is canceled due to exception. |
![]() |
InvokeRejected | Occurs when the component call is rejected due to security reasons. |
![]() |
SubscriptionAdded | Occurs when a client subscribes to a component's event. |
![]() |
SubscriptionCanceled | Occurs when a component cancels the subscription due to exceptions thrown by the client's event handler. |
![]() |
SubscriptionRemoved | Occurs when a client unsubscribes to a component's event. |