ArcGIS Pro 2.6 API Reference Guide
RowToken Class
Members 

ArcGIS.Desktop.Editing Namespace : RowToken Class
RowToken represents a feature that will be created but has not yet; it can be used in place of the object ID in referencing that feature even before it has an Object ID.
Syntax
public sealed class RowToken 
Public NotInheritable Class RowToken 
Remarks
The RowToken can be used to chain together multiple editing primitives that depend on each other. For example, you can create two rows using CreateEx(), and use the resulting RowTokens to create a utility network connectivity association.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Editing.RowToken

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RowToken Members
ArcGIS.Desktop.Editing Namespace