JAMS Developer Guide
Disable(String,Server) Method


MVPSI.JAMS Namespace > NamedTime Class > Disable Method : Disable(String,Server) Method
The name of the Time to disable.
The JAMS Server where the Time resides.
Disable the Time with the specified name from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Disable( _
   ByVal timeName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim timeName As System.String
Dim js As Server
 
NamedTime.Disable(timeName, js)
public static void Disable( 
   System.string timeName,
   Server js
)

Parameters

timeName
The name of the Time to disable.
js
The JAMS Server where the Time resides.
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