DevForce Help Reference
Subscribe(Guid) Method


Subscriber Id
Called by ITraceSubscriberCallback implementations in order to receive OnPublish notifications.
Syntax
'Declaration
 
Public Overloads Sub Subscribe( _
   ByVal key As Guid _
) 
'Usage
 
Dim instance As TracePublisher
Dim key As Guid
 
instance.Subscribe(key)
public void Subscribe( 
   Guid key
)

Parameters

key
Subscriber Id
Remarks
This method is used to subscribe to a remote publisher.
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