Share via


SysRecIdSequence Class [AX 2012]

The SysRecIdSequence class wraps the record ID allocation suspension functionality of the SystemSequence class.

Syntax

class SysRecIdSequence

Run On

Server

Methods

  Method Description
Hh132372.pubmethod(en-us,AX.60).gif areAllRecIdSuspensionsRemoved Indicates whether a record ID allocation is suspended for any table.
Hh132372.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif isRecidSuspended Indicates whether a record ID allocation is suspended for a specific table.
Hh132372.pubmethod(en-us,AX.60).gif isTTSLevelZero Validates the current transaction tracking system level.
Hh132372.protmethod(en-us,AX.60).gif new Initializes a new instance of the SysRecIdSequence class.
Hh132372.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif removeAllRecIdSuspensions Removes a record ID allocation suspension for all the tables.
Hh132372.pubmethod(en-us,AX.60).gif removeRecIdSuspension Removes a record ID allocation suspension for a specified table.
Hh132372.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif suspendRecIds Suspends a record ID allocation for a specified table.
Hh132372.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh132372.pubmethod(en-us,AX.60).gif Hh132372.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysRecIdSequence class.

Top

Remarks

The SysRecIdSequence class must be invoked by calling the suspendRecIds method.

Inheritance Hierarchy

Object Class
  SysRecIdSequence Class