DevForce Help Reference
Unsubscribe Method


Subscriber Id
Called by ITraceSubscriberCallback implementations when publication notice is no longer wanted.
Syntax
'Declaration
 
Public Sub Unsubscribe( _
   ByVal pKey As Guid _
) 
'Usage
 
Dim instance As TracePublisher
Dim pKey As Guid
 
instance.Unsubscribe(pKey)
public void Unsubscribe( 
   Guid pKey
)

Parameters

pKey
Subscriber Id
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

Send Feedback