[This is preliminary documentation and is subject to change.]
The IGlue type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | ![]() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from ![]() |
![]() | GetNodeBinding(String) |
Retrieves a binding for node and throws if such binding is not known
|
![]() | GetNodeBinding(Node) |
Retrieves a binding for node and throws if such binding is not known
|
![]() | LocalizedTimeToUniversalTime |
Converts localized time to UTC time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.) |
![]() | UniversalTimeToLocalizedTime |
Converts universal time to local time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.) |
Properties
Name | Description | |
---|---|---|
![]() | Bindings |
Performs binding lookup by name
|
![]() | ClientLogLevel |
Determines how much information should be logged about client-side operations
|
![]() | ClientMsgInspectors |
Registry of inspectors that deal with client-side messages
|
![]() | ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.) |
![]() | ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.) |
![]() | ComponentSID |
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.) |
![]() | DefaultDispatchTimeoutMs |
Specifies default ms timout for call dispatch only
|
![]() | DefaultTimeoutMs |
Specified default ms timeout for the calls
|
![]() | LocalizedTime |
Returns current time localized per TimeLocation
(Inherited from ILocalizedTimeProvider.) |
![]() | Providers |
Performs provider lookup by name
|
![]() | ServerInstanceLockTimeoutMs |
Specifies ms timout for non-threadsafe server instance lock
|
![]() | ServerLogLevel |
Determines how much information should be logged about server-side operations
|
![]() | ServerMsgInspectors |
Registry of inspectors that deal with server-side messages
|
![]() | Servers |
Performs ServerEndPoint lookup by name
|
![]() | TimeLocation |
Returns the location
(Inherited from ILocalizedTimeProvider.) |
See Also