Click or drag to resize
Akka.NETSpawnapplySpawnOptions Method

[Missing <summary> documentation for "M:Akka.FSharp.Spawn.applySpawnOptions(Akka.Actor.Props,Microsoft.FSharp.Collections.FSharpList{Akka.FSharp.Spawn.SpawnOption})"]

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Props applySpawnOptions(
	Props props,
	FSharpList<SpawnSpawnOption> opt
)

Parameters

props
Type: Akka.ActorProps

[Missing <param name="props"/> documentation for "M:Akka.FSharp.Spawn.applySpawnOptions(Akka.Actor.Props,Microsoft.FSharp.Collections.FSharpList{Akka.FSharp.Spawn.SpawnOption})"]

opt
Type: Microsoft.FSharp.CollectionsFSharpListSpawnSpawnOption

[Missing <param name="opt"/> documentation for "M:Akka.FSharp.Spawn.applySpawnOptions(Akka.Actor.Props,Microsoft.FSharp.Collections.FSharpList{Akka.FSharp.Spawn.SpawnOption})"]

Return Value

Type: Props

[Missing <returns> documentation for "M:Akka.FSharp.Spawn.applySpawnOptions(Akka.Actor.Props,Microsoft.FSharp.Collections.FSharpList{Akka.FSharp.Spawn.SpawnOption})"]

See Also