Click or drag to resize
Akka.NETDslUnsubscribeT Method
Constructs a message that, when send to Replicator, will perform a unsubscription of provided subscriber actor from list of provided key subscriptions.

Namespace:  Akka.DistributedData
Assembly:  Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Unsubscribe Unsubscribe<T>(
	IKey<T> key,
	IActorRef subscriber
)
where T : IReplicatedData

Parameters

key
Type: Akka.DistributedDataIKeyT
Key, to which a subscriber has been subscribed previously.
subscriber
Type: Akka.ActorIActorRef
A subscriber for the keyed value changes.

Type Parameters

T
Replicated data type.

Return Value

Type: Unsubscribe
TBD
See Also