AvailableBW_PTR Send comments on this topic.
PTRServer Constructor(Boolean,Boolean,Boolean)
See Also 
MassTools.NetworkAwareness.AvailableBW.PTR Namespace > PTRServer Class > PTRServer Constructor : PTRServer Constructor(Boolean,Boolean,Boolean)




d
v
h

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal d As Boolean, _
   ByVal v As Boolean, _
   ByVal h As Boolean _
)
Visual Basic (Usage)Copy Code
Dim d As Boolean
Dim v As Boolean
Dim h As Boolean
 
Dim instance As PTRServer(d, v, h)
C# 
public PTRServer( 
   bool d,
   bool v,
   bool h
)
Managed Extensions for C++ 
public: PTRServer( 
   bool d,
   bool v,
   bool h
)
C++/CLI 
public:
PTRServer( 
   bool d,
   bool v,
   bool h
)

Parameters

d
v
h

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.