|  | DslUnsubscribeT 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.129 (1.2.3.129)
 Syntax
Syntaxpublic static Unsubscribe Unsubscribe<T>(
	IKey<T> key,
	IActorRef subscriber
)
where T : IReplicatedData
static member Unsubscribe : 
        key : IKey<'T> * 
        subscriber : IActorRef -> Unsubscribe  when '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: 
UnsubscribeTBD
 See Also
See Also