RuntimeFactory class

Provides methods for creating a IActorRuntime runtime.

public static class RuntimeFactory

Public Members

name description
static Create() Creates a new actor runtime.
static Create(…) Creates a new actor runtime with the specified Configuration.

See Also