Neokernel API

AgentServer.createAgent Method

Creates an agent instance based on an Object Manager Props referenced by the specified ObjectID or String. The agent's initProps method is called before this method returns.

public virtual string createAgent(
   ObjectID agentPropsID
);

Return Value

A reference to an object identifying the created agent instance.

Implements

IAgentServerInterface.createAgent

See Also

AgentServer Class | com.neokernel.om Namespace