共用方式為


PerformanceTracingWrapperBase.BeginTrace Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Begins the trace.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim assembly As String
Dim typeName As String
Dim methodSignature As String

Me.BeginTrace(assembly, typeName, methodSignature)

Syntax

'Declaration
Protected Sub BeginTrace ( _
    assembly As String, _
    typeName As String, _
    methodSignature As String _
)
protected void BeginTrace (
    string assembly,
    string typeName,
    string methodSignature
)
protected:
void BeginTrace (
    String^ assembly, 
    String^ typeName, 
    String^ methodSignature
)
protected void BeginTrace (
    String assembly, 
    String typeName, 
    String methodSignature
)
protected function BeginTrace (
    assembly : String, 
    typeName : String, 
    methodSignature : String
)

Parameters

  • assembly
    The assembly.
  • typeName
    The name of the type.
  • methodSignature
    The method signature.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

PerformanceTracingWrapperBase Class
PerformanceTracingWrapperBase Members
Microsoft.EnterpriseManagement Namespace