JAMS Developer Guide
WaitFor Constructor(Server,Guid,Int32)


MVPSI.JAMS Namespace > WaitFor Class > WaitFor Constructor : WaitFor Constructor(Server,Guid,Int32)
Creates a WaitFor object with the specified ID and Entry. This is used when you are executing as a JAMS entry.
Syntax
'Declaration
 
Public Function New( _
   ByVal server As Server, _
   ByVal requesterId As System.Guid, _
   ByVal requesterEntry As System.Integer _
)
'Usage
 
Dim server As Server
Dim requesterId As System.Guid
Dim requesterEntry As System.Integer
 
Dim instance As New WaitFor(server, requesterId, requesterEntry)
public WaitFor( 
   Server server,
   System.Guid requesterId,
   System.int requesterEntry
)

Parameters

server
requesterId
requesterEntry
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