DkmTransportConnection.GetProductionConnections 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.
GetProductionConnections enumerates the DkmProductionConnection elements of this DkmTransportConnection object.
This API was introduced in Visual Studio 15 Update 2 (DkmApiVersion.VS15Update2).
public:
cli::array <Microsoft::VisualStudio::Debugger::DefaultPort::DkmProductionConnection ^> ^ GetProductionConnections();
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionConnection[] GetProductionConnections ();
member this.GetProductionConnections : unit -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmProductionConnection[]
Public Function GetProductionConnections () As DkmProductionConnection()
Returns
[Out] Array containing the enumerated elements.