PropsCreate Method (Type, Object) |
Creates the specified type.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static Props Create(
Type type,
params Object[] args
)
Public Shared Function Create (
type As Type,
ParamArray args As Object()
) As Props
public:
static Props^ Create(
Type^ type,
... array<Object^>^ args
)
static member Create :
type : Type *
args : Object[] -> Props
Parameters
- type
- Type: SystemType
The type. - args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Akka.Actor.Props.Create(System.Type,System.Object[])"]
Return Value
Type:
PropsProps.
See Also