[This is preliminary documentation and is subject to change.]
The NOPGlue type exposes the following members.Methods
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | Application | |
![]() | BindingConfigurations | |
![]() | Bindings | |
![]() | BindingsConfigurationSection | |
![]() | ClientLogLevel | |
![]() | ClientMsgInspectors | |
![]() | 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 ApplicationComponent.) |
![]() | ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from ApplicationComponent.) |
![]() | ComponentSID |
Returns process/instance unique app component system id
(Inherited from ApplicationComponent.) |
![]() | ComponentStartTime |
Returns local computer time of component start (not from application container time)
(Inherited from ApplicationComponent.) |
![]() | DefaultDispatchTimeoutMs | |
![]() | DefaultTimeoutMs | |
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | ExternalParameters | |
![]() | GlueConfiguration | |
![]() ![]() | Instance | |
![]() | InstrumentationEnabled | |
![]() | LocalizedTime | |
![]() | ProviderConfigurations | |
![]() | Providers | |
![]() | ProvidersConfigurationSection | |
![]() | ServerConfigurations | |
![]() | ServerInstanceLockTimeoutMs | |
![]() | ServerLogLevel | |
![]() | ServerMsgInspectors | |
![]() | Servers | |
![]() | ServersConfigurationSection | |
![]() | TimeLocation |
See Also