  | SequenceExtensionNotifyInitialized Method  | 
            Notification that is called when this sequence is initialized by the CT core.
            Note that ID might change and so DO NOT store any information based on this ID.
            
 
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic abstract void NotifyInitialized(
	int lSequenceID
)
Public MustOverride Sub NotifyInitialized ( 
	lSequenceID As Integer
)
Parameters
- lSequenceID
 - Type: SystemInt32
ID of the sequence for this session. 
See Also