ATAS
|
Public Member Functions | |
Dictionary< SubscriptionType, HashSet< T > > | Add (IEnumerable< T > keys, SubscriptionType type) |
SubscriptionType | Add (T key, SubscriptionType type) |
Dictionary< SubscriptionType, HashSet< T > > | Remove (IEnumerable< T > keys, SubscriptionType type) |
SubscriptionType | Remove (T key, SubscriptionType type) |
SubscriptionType | Get (T key) |
IDictionary< SubscriptionType, List< T > > | Get (IEnumerable< T > keys) |
bool | Check (T key, SubscriptionType subscription) |
T[] | GetKeys () |
void | Clear () |
bool | Add () |
bool | Remove () |
bool ATAS.DataFeedsCore.SubscriptionCounter< T >.Add | ( | ) |
Dictionary< SubscriptionType, HashSet< T > > ATAS.DataFeedsCore.SubscriptionCounter< T >.Add | ( | IEnumerable< T > | keys, |
SubscriptionType | type | ||
) |
SubscriptionType ATAS.DataFeedsCore.SubscriptionCounter< T >.Add | ( | T | key, |
SubscriptionType | type | ||
) |
bool ATAS.DataFeedsCore.SubscriptionCounter< T >.Check | ( | T | key, |
SubscriptionType | subscription | ||
) |
void ATAS.DataFeedsCore.SubscriptionCounter< T >.Clear | ( | ) |
IDictionary< SubscriptionType, List< T > > ATAS.DataFeedsCore.SubscriptionCounter< T >.Get | ( | IEnumerable< T > | keys | ) |
SubscriptionType ATAS.DataFeedsCore.SubscriptionCounter< T >.Get | ( | T | key | ) |
T[] ATAS.DataFeedsCore.SubscriptionCounter< T >.GetKeys | ( | ) |
bool ATAS.DataFeedsCore.SubscriptionCounter< T >.Remove | ( | ) |
Dictionary< SubscriptionType, HashSet< T > > ATAS.DataFeedsCore.SubscriptionCounter< T >.Remove | ( | IEnumerable< T > | keys, |
SubscriptionType | type | ||
) |
SubscriptionType ATAS.DataFeedsCore.SubscriptionCounter< T >.Remove | ( | T | key, |
SubscriptionType | type | ||
) |