adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectFactory Class / Job Method / Job(JobGroup) Method
The JobGroup(JobGroup) to create the job in. See Remarks


In This Topic
    Job(JobGroup) Method
    In This Topic
    Creates a new Job
    Syntax
    'Declaration
     
    
    Public Overloads Function Job( _
       Optional ByVal parentGroup As JobGroup _
    ) As Job
    public Job Job( 
       JobGroup parentGroup
    )
    public:
    Job^ Job( 
       JobGroup^ parentGroup
    ) 

    Parameters

    parentGroup
    The JobGroup(JobGroup) to create the job in. See Remarks
    Remarks
    If parentGroup is not specified, the job is created in the Root group. If the caller does not have permission to create jobs in the Root group, the call will fail with a PermissionDeniedException.
    See Also