TelemetrySession.AddSessionChannel(ISessionChannel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add new session channel to the list of active channels.
public:
void AddSessionChannel(Microsoft::VisualStudio::Telemetry::SessionChannel::ISessionChannel ^ sessionChannel);
public void AddSessionChannel (Microsoft.VisualStudio.Telemetry.SessionChannel.ISessionChannel sessionChannel);
member this.AddSessionChannel : Microsoft.VisualStudio.Telemetry.SessionChannel.ISessionChannel -> unit
Public Sub AddSessionChannel (sessionChannel As ISessionChannel)
Parameters
- sessionChannel
- ISessionChannel