nn::nex::Job Class

Syntax

class Job : public nn::nex::RefCountedObject

Description

An asynchronous processing class that can be registered with Scheduler. Do not use this class directly.

Member Functions

AcquireRef Increments the reference count by 1. (Inherits RefCountedObject.)
ReleaseRef Decrements the reference count by 1. Deletes itself when the count reaches 0. (Inherits RefCountedObject.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::RefCountedObject
    nn::nex::Job

Revision History

2014/01/27
Initial version.

CONFIDENTIAL