SoapFilter.Trace Method (String)

Adds a trace entry, using the specified description, to the current SOAP context if tracing is enabled.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Public Class soapFilterImplementation
    Inherits SoapFilter
        Protected Overrides Sub Trace(description As String)
            MyBase.Trace(description)
        End Sub
End Class

Syntax

'Declaration
Overloads Protected Friend Sub Trace( _
    ByVal description As String _
)
protected internal void Trace(
    string description
);
public protected:
void Trace(
    String^ description
);
protected void Trace(
    System.String description
);
protected internal function Trace(
     description : String
) : Void;

Parameters

  • description
    The description for the trace entry.

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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapFilter Class
SoapFilter Members
Microsoft.Web.Services3 Namespace