DevForce Help Reference
Subscribe(Guid,ITraceSubscriberCallback) Method


Subscribe to the local TracePublisher.
Syntax
'Declaration
 
Public Overloads Sub Subscribe( _
   ByVal key As Guid, _
   ByVal callback As ITraceSubscriberCallback _
) 
'Usage
 
Dim instance As TracePublisher
Dim key As Guid
Dim callback As ITraceSubscriberCallback
 
instance.Subscribe(key, callback)
public void Subscribe( 
   Guid key,
   ITraceSubscriberCallback callback
)

Parameters

key
callback
Remarks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TracePublisher Class
TracePublisher Members
Overload List

Send Feedback