| 
            
              PhasorDataConcentratorBasePublishChannel Property
             | 
          
        
        
            Gets reference to current IServer publication channel.
            
        
        Namespace: PhasorProtocolAdaptersAssembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.257-beta
Syntaxprotected IServer PublishChannel { get; }Protected ReadOnly Property PublishChannel As IServer
	Get
protected:
property IServer^ PublishChannel {
	IServer^ get ();
}member PublishChannel : IServer with get
function get_PublishChannel();
 View SourceProperty Value
IServer
See Also