Interface ISubscriptions
Untyped version of ISubscriptions<TSubscriptionsList> with UnsubscribeAll() and ReleaseSubscriptionsList() methods which may be useful for destroy/dispose methods which unaware of subscriptions list type.
Namespace: Eco.Shared.View
Assembly: Eco.Shared.dll
Syntax
public interface ISubscriptions
Methods
ReleaseSubscriptionsList()
UnsubscribeAll() and release subscriptions list.
Declaration
void ReleaseSubscriptionsList()
UnsubscribeAll()
Unsubscribe all subscriptions in the subscriptions list.
Declaration
void UnsubscribeAll()