IGlue MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IGlue type exposes the following members.
Methods

  NameDescription
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodGetNodeBinding(String)
Retrieves a binding for node and throws if such binding is not known
Public methodGetNodeBinding(Node)
Retrieves a binding for node and throws if such binding is not known
Public methodLocalizedTimeToUniversalTime
Converts localized time to UTC time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.)
Public methodUniversalTimeToLocalizedTime
Converts universal time to local time as of TimeLocation property
(Inherited from ILocalizedTimeProvider.)
Back to Top
Properties

  NameDescription
Public propertyBindings
Performs binding lookup by name
Public propertyClientLogLevel
Determines how much information should be logged about client-side operations
Public propertyClientMsgInspectors
Registry of inspectors that deal with client-side messages
Public propertyComponentCommonName
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.)
Public propertyComponentDirector
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.)
Public propertyComponentSID
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.)
Public propertyDefaultDispatchTimeoutMs
Specifies default ms timout for call dispatch only
Public propertyDefaultTimeoutMs
Specified default ms timeout for the calls
Public propertyLocalizedTime
Returns current time localized per TimeLocation
(Inherited from ILocalizedTimeProvider.)
Public propertyProviders
Performs provider lookup by name
Public propertyServerInstanceLockTimeoutMs
Specifies ms timout for non-threadsafe server instance lock
Public propertyServerLogLevel
Determines how much information should be logged about server-side operations
Public propertyServerMsgInspectors
Registry of inspectors that deal with server-side messages
Public propertyServers
Performs ServerEndPoint lookup by name
Public propertyTimeLocation
Returns the location
(Inherited from ILocalizedTimeProvider.)
Back to Top
See Also