Share via


TraceSourceCatalogService Class

Service that manages the TraceSource objects used in the application.

Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Class TraceSourceCatalogService
    Implements ITraceSourceCatalogService
'Usage
Dim instance As TraceSourceCatalogService
public class TraceSourceCatalogService : ITraceSourceCatalogService
public ref class TraceSourceCatalogService : ITraceSourceCatalogService
public class TraceSourceCatalogService implements ITraceSourceCatalogService
public class TraceSourceCatalogService implements ITraceSourceCatalogService

Inheritance Hierarchy

System.Object
  Microsoft.Practices.CompositeUI.TraceSourceCatalogService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TraceSourceCatalogService Members
Microsoft.Practices.CompositeUI Namespace