Moonware.Server.WCF
IsLanScannerActive Method



Determines whether is the LAN scanner active.
Syntax
'Declaration
 
Public Function IsLanScannerActive() As Boolean
'Usage
 
Dim instance As MoonwareServerWCF
Dim value As Boolean
 
value = instance.IsLanScannerActive()
public bool IsLanScannerActive()
public:
bool IsLanScannerActive(); 

Return Value

true if the LAN scanner is active; otherwise, false.
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

MoonwareServerWCF Class
MoonwareServerWCF Members

Send Feedback