Method | Description | |
---|---|---|
Db4oSubscriptionStorage ( ISessionFactory sessionFactory ) : System.Collections.Generic | ||
GetSubscribersForMessage ( IList |
||
Init ( ) : void | ||
Subscribe ( string client, IList |
||
Unsubscribe ( string client, IList |
public Db4oSubscriptionStorage ( ISessionFactory sessionFactory ) : System.Collections.Generic | ||
sessionFactory | ISessionFactory | |
return | System.Collections.Generic |
public GetSubscribersForMessage ( IList |
||
messageTypes | IList |
|
return | IList |
public Subscribe ( string client, IList |
||
client | string | |
messageTypes | IList |
|
return | void |
public Unsubscribe ( string client, IList |
||
client | string | |
messageTypes | IList |
|
return | void |