Props Constructor (Type, SupervisorStrategy, IEnumerable<(Of <(<'Object>)>)>)

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

Syntax


public Props(
	Type type,
	SupervisorStrategy supervisorStrategy,
	IEnumerable<Object> args
)
Public Sub New ( _
	type As Type, _
	supervisorStrategy As SupervisorStrategy, _
	args As IEnumerable(Of Object) _
)
public:
Props(
	Type^ type, 
	SupervisorStrategy^ supervisorStrategy, 
	IEnumerable<Object^>^ args
)

Parameters

type
Type: Type
supervisorStrategy
Type: Akka.Actor..::..SupervisorStrategy
args
Type: IEnumerable<(Of <(<'Object>)>)>