EasyUA Reference
ServerConfiguration Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : ServerConfiguration Class

Glossary Item Box

The following tables list the members exposed by ServerConfiguration.

Public Constructors

 NameDescription
Public ConstructorServerConfiguration Constructor The default constructor.  
Top

Public Properties

 NameDescription
Public PropertyAlternateBaseAddresses Gets or sets the alternate base addresses. (Inherited from Opc.Ua.ServerBaseConfiguration)
Public PropertyAvailableSamplingRates The available sampling rates.  
Public PropertyBaseAddresses The base addresses for the server. (Inherited from Opc.Ua.ServerBaseConfiguration)
Public PropertyDiagnosticsEnabled Whether diagnostics are enabled.  
Public PropertyMaxBrowseContinuationPoints The maximum number of continuation points used for Browse/BrowseNext operations.  
Public PropertyMaxEventQueueSize Gets or sets the max size of the event queue.  
Public PropertyMaxHistoryContinuationPoints The maximum number of continuation points used for HistoryRead operations.  
Public PropertyMaxMessageQueueSize The maximum number of messages saved in the queue for each subscription.  
Public PropertyMaxNotificationQueueSize The maximum number of notificates saved in the queue for each monitored item.  
Public PropertyMaxNotificationsPerPublish The maximum number of notifications per publish.  
Public PropertyMaxPublishingInterval The maximum publishing interval supported by the server (in milliseconds).  
Public PropertyMaxPublishRequestCount Gets or sets the max publish request count.  
Public PropertyMaxQueryContinuationPoints The maximum number of continuation points used for Query/QueryNext operations.  
Public PropertyMaxQueuedRequestCount Gets or sets the maximum number of requests that will be queued waiting for a thread. (Inherited from Opc.Ua.ServerBaseConfiguration)
Public PropertyMaxRegistrationInterval The maximum time between registration attempts (in milliseconds).  
Public PropertyMaxRequestAge The maximum age of an incoming request (old requests are rejected).  
Public PropertyMaxRequestThreadCount Gets or sets the maximum number of threads assigned to processing requests. (Inherited from Opc.Ua.ServerBaseConfiguration)
Public PropertyMaxSessionCount The maximum number of open sessions.  
Public PropertyMaxSessionTimeout That maximum period of that a session is allowed to remain open without communication from the client (in milliseconds).  
Public PropertyMaxSubscriptionCount Gets or sets the max subscription count.  
Public PropertyMaxSubscriptionLifetime How long the subscriptions will remain open without a publish from the client.  
Public PropertyMinMetadataSamplingInterval The minimum sampling interval for metadata.  
Public PropertyMinPublishingInterval The minimum publishing interval supported by the server (in milliseconds).  
Public PropertyMinRequestThreadCount Gets or sets the minimum number of threads assigned to processing requests. (Inherited from Opc.Ua.ServerBaseConfiguration)
Public PropertyMinSessionTimeout That minimum period of that a session is allowed to remain open without communication from the client (in milliseconds).  
Public PropertyMinSubscriptionLifetime The minimum lifetime for a subscription.  
Public PropertyNodeManagerSaveFile The path to the file containing nodes persisted by the core node manager.  
Public PropertyPublishingResolution The minimum difference between supported publishing interval (in milliseconds).  
Public PropertyRegistrationEndpoint The endpoint description for the registration endpoint.  
Public PropertySecurityPolicies The security policies supported by the server. (Inherited from Opc.Ua.ServerBaseConfiguration)
Public PropertyUserTokenPolicies The user tokens accepted by the server.  
Top

Public Methods

 NameDescription
Public MethodInitialize Initializes the object during deserialization.  
Public MethodValidateOverridden.  Validates the configuration.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.