Opc.Ua.Core
MaxPublishingInterval Property



Opc.Ua Namespace > ServerConfiguration Class : MaxPublishingInterval Property
The maximum publishing interval supported by the server (in milliseconds).
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=14)>
Public Property MaxPublishingInterval As Integer
'Usage
 
Dim instance As ServerConfiguration
Dim value As Integer
 
instance.MaxPublishingInterval = value
 
value = instance.MaxPublishingInterval
[DataMember(IsRequired=false, Order=14)]
public int MaxPublishingInterval {get; set;}
[DataMember(IsRequired=false, Order=14)]
public:
property int MaxPublishingInterval {
   int get();
   void set (    int value);
}

Property Value

The maximum publishing interval.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerConfiguration Class
ServerConfiguration Members