TelemetrySession.AddSessionChannel(ISessionChannel) Method

Definition

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

Applies to