Click or drag to resize
Akka.NETEventStreamingunsubscribe Method
Unubscribes an actor reference from target channel of the provided event stream.

Namespace:  Akka.FSharp
Assembly:  Akka.FSharp (in Akka.FSharp.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static bool unsubscribe(
	Type channel,
	IActorRef ref,
	EventStream eventStream
)

Parameters

channel
Type: SystemType

[Missing <param name="channel"/> documentation for "M:Akka.FSharp.EventStreaming.unsubscribe(System.Type,Akka.Actor.IActorRef,Akka.Event.EventStream)"]

ref
Type: Akka.ActorIActorRef

[Missing <param name="ref"/> documentation for "M:Akka.FSharp.EventStreaming.unsubscribe(System.Type,Akka.Actor.IActorRef,Akka.Event.EventStream)"]

eventStream
Type: Akka.EventEventStream

[Missing <param name="eventStream"/> documentation for "M:Akka.FSharp.EventStreaming.unsubscribe(System.Type,Akka.Actor.IActorRef,Akka.Event.EventStream)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.FSharp.EventStreaming.unsubscribe(System.Type,Akka.Actor.IActorRef,Akka.Event.EventStream)"]

See Also