JAMS Developer Guide
MethodAT Class
Members 


MVPSI.JAMS Namespace : MethodAT Class
Object Model
MethodAT Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
<System.ComponentModel.TypeDescriptionProviderAttribute("MVPSI.JAMS.DynamicPropertiesTypeDescriptionProvider`1[[MVPSI.JAMS.Method, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2]], JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
Public NotInheritable Class MethodAT 
   Inherits BasePublicObject
'Usage
 
Dim instance As MethodAT
[System.Runtime.Serialization.DataContract()]
[System.ComponentModel.TypeDescriptionProvider("MVPSI.JAMS.DynamicPropertiesTypeDescriptionProvider`1[[MVPSI.JAMS.Method, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2]], JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
public sealed class MethodAT : BasePublicObject 
Remarks
A JAMS Method definition. Methods define some aspects of how a batch job will execute. JAMS ships with several Methods predefined. You may change these or create new ones with your preferences. Methods are then assigned to Jobs.
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.MethodAT

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

MethodAT Members
MVPSI.JAMS Namespace