NET Link Tracker
EnableLogging(MemoryStream) Method



KellermanSoftware.NetLinkTracker Namespace > ILinkTrackerDatabaseLogic Interface > EnableLogging Method : EnableLogging(MemoryStream) Method
Log to a memory stream for database activity
Syntax
'Declaration
 
Overloads Function EnableLogging( _
   ByRef memoryStream As MemoryStream _
) As Boolean
'Usage
 
Dim instance As ILinkTrackerDatabaseLogic
Dim memoryStream As MemoryStream
Dim value As Boolean
 
value = instance.EnableLogging(memoryStream)
bool EnableLogging( 
   ref MemoryStream memoryStream
)
bool EnableLogging( 
   MemoryStream^% memoryStream
) 

Parameters

memoryStream
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

ILinkTrackerDatabaseLogic Interface
ILinkTrackerDatabaseLogic Members
Overload List