ProcessExtensions.GetHostedServices 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.
public static System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Services.IService> GetHostedServices (this Microsoft.Windows.EventTracing.Processes.IProcess process, Microsoft.Windows.EventTracing.Services.IServiceDataSource serviceDataSource, Microsoft.Windows.EventTracing.TraceTimestamp timestamp);
static member GetHostedServices : Microsoft.Windows.EventTracing.Processes.IProcess * Microsoft.Windows.EventTracing.Services.IServiceDataSource * Microsoft.Windows.EventTracing.TraceTimestamp -> System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Services.IService>
<Extension()>
Public Function GetHostedServices (process As IProcess, serviceDataSource As IServiceDataSource, timestamp As TraceTimestamp) As IReadOnlyList(Of IService)
Parameters
- process
- IProcess
- serviceDataSource
- IServiceDataSource
- timestamp
- TraceTimestamp