StoppablePropagatorDefinitionGetStoppablePropagator Method  | 
 
            Creates and initialize the actual 
StoppablePropagator.
            It is assume that the 
Adapters
            are either not needed or are fully configured with any current and previous
            objects set.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic StoppablePropagator GetStoppablePropagator()
Public Function GetStoppablePropagator As StoppablePropagator
public:
StoppablePropagator^ GetStoppablePropagator()
member GetStoppablePropagator : unit -> StoppablePropagator 
Return Value
Type: 
StoppablePropagator
            The 
propagator for this
            
StoppablePropagatorDefinition.
            
See Also