PropsCreateTActor Method (Object) |
Creates this instance.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic static Props Create<TActor>(
params Object[] args
)
where TActor : ActorBase
Public Shared Function Create(Of TActor As ActorBase) (
ParamArray args As Object()
) As Props
public:
generic<typename TActor>
where TActor : ActorBase
static Props^ Create(
... array<Object^>^ args
)
static member Create :
args : Object[] -> Props when 'TActor : ActorBase
Parameters
- args
- Type: SystemObject
[Missing <param name="args"/> documentation for "M:Akka.Actor.Props.Create``1(System.Object[])"]
Type Parameters
- TActor
- The type of the t actor.
Return Value
Type:
PropsProps.
See Also