openPDC Historian Help
Protocol Property
NamespacesTVA.HistorianDataListenerProtocol
Gets or sets the TransportProtocol to be used for receiving time-series data from the Server.
Declaration Syntax
C#Visual BasicVisual C++
[DefaultValueAttribute(TransportProtocol.Udp)]
public TransportProtocol Protocol { get; set; }
<DefaultValueAttribute(TransportProtocol.Udp)> _
Public Property Protocol As TransportProtocol
[DefaultValueAttribute(TransportProtocol::Udp)]
public:
property TransportProtocol Protocol {
	TransportProtocol get ();
	void set (TransportProtocol value);
}
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is not Tcp or Udp.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252