Props Constructor (Deploy, Type, IEnumerableObject) |
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(
Deploy deploy,
Type type,
IEnumerable<Object> args
)
Public Sub New (
deploy As Deploy,
type As Type,
args As IEnumerable(Of Object)
)
public:
Props(
Deploy^ deploy,
Type^ type,
IEnumerable<Object^>^ args
)
new :
deploy : Deploy *
type : Type *
args : IEnumerable<Object> -> Props
Parameters
- deploy
- Type: Akka.ActorDeploy
The deploy. - type
- Type: SystemType
The type. - args
- Type: System.Collections.GenericIEnumerableObject
The arguments.
See Also