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


MVPSI.JAMS Namespace > NamedTime Class > Check Method : Check(Int32,String,ObjectAccess,Server) Method
The ID of the NamedTime that we want to check.
The Name of the NamedTime that we want to check.
The desired access.
The JAMS Server that should do the check.
Checks a NamedTime against a JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Function Check( _
   ByRef timeID As System.Integer, _
   ByVal timeName As System.String, _
   ByVal access As ObjectAccess, _
   ByVal js As Server _
) As ValidationLog
'Usage
 
Dim timeID As System.Integer
Dim timeName As System.String
Dim access As ObjectAccess
Dim js As Server
Dim value As ValidationLog
 
value = NamedTime.Check(timeID, timeName, access, js)
public static ValidationLog Check( 
   ref System.int timeID,
   System.string timeName,
   ObjectAccess access,
   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.
access
The desired access.
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