RenderTraceListener.ShareTraceData Method (Object, Object)

.NET Framework (current version)
 

Associates the trace data from one object to another object.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

abstract ShareTraceData : 
        source:Object *
        destination:Object -> unit
override ShareTraceData : 
        source:Object *
        destination:Object -> unit

Parameters

source
Type: System.Object

The object from which to share trace data.

destination
Type: System.Object

The object to which trace data is shared.

.NET Framework
Available since 4.5
Return to top
Show: