|
SubscriptionInfoUdpDataChannel Property
|
Gets or sets the flag that determines whether the subscriber
is requesting its data over a separate UDP data channel.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public virtual bool UdpDataChannel { get; set; }
Public Overridable Property UdpDataChannel As Boolean
Get
Set
public:
virtual property bool UdpDataChannel {
bool get ();
void set (bool value);
}
abstract UdpDataChannel : bool with get, set
override UdpDataChannel : bool with get, set
function get_UdpDataChannel();
function set_UdpDataChannel(value);
View SourceProperty Value
BooleanSee Also