IOperationalContext Interface |
Namespace: Tangosol.Net
public interface IOperationalContext
The IOperationalContext type exposes the following members.
| Name | Description | |
|---|---|---|
| AddressProviderMap |
A dictionary of address provider factories.
| |
| DiscoveryTimeToLive |
The TTL for multicast based discovery.
| |
| Edition |
The product edition.
| |
| EditionName |
The product edition in a formatted string.
| |
| FilterMap |
A dictionary of network filter factories.
| |
| IdentityAsserter |
An IIdentityAsserter that can be used to establish a
user's identity.
| |
| IdentityTransformer |
An IIdentityTransformer that can be used to transform
an IPrincipal into an identity assertion.
| |
| IsPrincipalScopingEnabled |
Indicates if principal scoping is enabled.
| |
| LocalMember |
An IMember object representing this process.
| |
| LogCharacterLimit |
The maximum number of characters for a logger daemon to queue
before truncating.
| |
| LogDestination |
The destination for log messages.
| |
| LogLevel |
The logging severity level.
| |
| LogMessageFormat |
The log message format.
| |
| LogName |
The name of the logger.
| |
| SerializerMap |
A dictionary of serializer factories.
|