Interface IParallelBehavior
Describes a behavior that can fetch behaviors after a local simulation has executed.
Inherited Members
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
public interface IParallelBehavior : IBehavior, IParameterSetCollection, IParameterSet
Methods
FetchBehaviors(ParallelBindingContext)
Fetches the behaviors.
Declaration
void FetchBehaviors(ParallelBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
ParallelBindingContext | context | The context. |