Walter.Web.FireWall
LogTodo<T> Method (IFireWall)
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IFireWall Interface : LogTodo<T> Method
The code.
The message.
Indicates if a to-do item is optional
Logs the to-do item with the firewall and can later be accessed in reporting interface.
Syntax
void LogTodo<T>( 
   T code,
   string message,
   bool isOptional
)
where T: Enum

Parameters

code
The code.
message
The message.
isOptional
Indicates if a to-do item is optional

Type Parameters

T
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

IFireWall Interface
IFireWall Members