adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / Terminate Method
Options specifying which instances are terminated
The InstanceID of the instance to terminate, if you only want to terminate a specific instance.


In This Topic
    Terminate Method (Job)
    In This Topic
    Terminates one or more instances of the job
    Syntax
    'Declaration
     
    
    Public Sub Terminate( _
       ByVal options As TerminationOptions, _
       ByVal instanceID As Integer _
    ) 
    public void Terminate( 
       TerminationOptions options,
       int instanceID
    )
    public:
    void Terminate( 
       TerminationOptions options,
       int instanceID
    ) 

    Parameters

    options
    Options specifying which instances are terminated
    instanceID
    The InstanceID of the instance to terminate, if you only want to terminate a specific instance.
    See Also