JAMS Developer Guide
WaitFor Constructor(Server)


MVPSI.JAMS Namespace > WaitFor Class > WaitFor Constructor : WaitFor Constructor(Server)
The JAMS Server which controls the resources you want to wait for.
Creates a WaitFor object which can be used o wait for resources on the specified JAMS Server.
Syntax
'Declaration
 
Public Function New( _
   ByVal server As Server _
)
'Usage
 
Dim server As Server
 
Dim instance As New WaitFor(server)
public WaitFor( 
   Server server
)

Parameters

server
The JAMS Server which controls the resources you want to wait for.
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

WaitFor Class
WaitFor Members
Overload List