Props..::..Create Method (Type)

Creates the specified type.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public static Props Create(
	Type type
)
Public Shared Function Create ( _
	type As Type _
) As Props
public:
static Props^ Create(
	Type^ type
)

Parameters

type
Type: Type
The type.

Return Value

Props.