|
DataSubscriberCommandChannel Property
|
Gets or sets reference to
TcpClient command channel, attaching and/or detaching to events as needed.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax protected IClient CommandChannel { get; set; }
Protected Property CommandChannel As IClient
Get
Set
member CommandChannel : IClient with get, set
function get_CommandChannel();
function set_CommandChannel(value);
View SourceProperty Value
IClientSee Also