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

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

Syntax


public 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
)

Parameters

deploy
Type: Akka.Actor..::..Deploy
type
Type: Type
args
Type: IEnumerable<(Of <(<'Object>)>)>