TeamFoundationExecutionState.HostProcesses Property
A collection of all registered processes that have a host instance for the hosts queried. If all hosts were queried, this will be every registered process.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property HostProcesses As IEnumerable(Of TeamFoundationServiceHostProcess)
public IEnumerable<TeamFoundationServiceHostProcess> HostProcesses { get; }
public:
property IEnumerable<TeamFoundationServiceHostProcess^>^ HostProcesses {
IEnumerable<TeamFoundationServiceHostProcess^>^ get ();
}
member HostProcesses : IEnumerable<TeamFoundationServiceHostProcess> with get
function get HostProcesses () : IEnumerable<TeamFoundationServiceHostProcess>
Property Value
Type: System.Collections.Generic.IEnumerable<TeamFoundationServiceHostProcess>
Returns IEnumerable<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.