JAMS Developer Guide
Check(Int32,String,Server) Method


MVPSI.JAMS Namespace > NamedTime Class > Check Method : Check(Int32,String,Server) Method
The ID of the NamedTime that we want to check.
The Name of the NamedTime that we want to check.
The JAMS Server that should do the check.
Checks a NamedTime against a JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Check( _
   ByRef timeID As System.Integer, _
   ByVal timeName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim timeID As System.Integer
Dim timeName As System.String
Dim js As Server
 
NamedTime.Check(timeID, timeName, js)
public static void Check( 
   ref System.int timeID,
   System.string timeName,
   Server js
)

Parameters

timeID
The ID of the NamedTime that we want to check.
timeName
The Name of the NamedTime that we want to check.
js
The JAMS Server that should do the check.
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

NamedTime Class
NamedTime Members
Overload List