Props Constructor (Type, Object) |
Initializes a new instance of the
Props class.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Props(
Type type,
Object[] args
)
Public Sub New (
type As Type,
args As Object()
)
public:
Props(
Type^ type,
array<Object^>^ args
)
new :
type : Type *
args : Object[] -> Props
Parameters
- type
- Type: SystemType
The type. - args
- Type: SystemObject
The arguments.
See Also