PerformanceTracingWrapperBase.EndTrace Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Ends 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.EndTrace(assembly, typeName, methodSignature)
Syntax
'Declaration
Protected Sub EndTrace ( _
assembly As String, _
typeName As String, _
methodSignature As String _
)
protected void EndTrace (
string assembly,
string typeName,
string methodSignature
)
protected:
void EndTrace (
String^ assembly,
String^ typeName,
String^ methodSignature
)
protected void EndTrace (
String assembly,
String typeName,
String methodSignature
)
protected function EndTrace (
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