Neokernel API

AgentReplicator Class

Used to create multiple instances of the same kind of Agent.

agent_classname
Specifies the classname of the Agent to start.
number_of_agents
Specifies the number of agent_classname to start.

For a list of all members of this type, see AgentReplicator Members .

System.Object
   Props
      Agent
         AgentReplicator

public class AgentReplicator : Agent

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.nk

Assembly: Neokernel (in Neokernel.exe)

See Also

AgentReplicator Members | com.neokernel.nk Namespace