![]() |
DEPRECATED: Diffusion Silverlight Classic API
5.9.4
|
Helps to send the contents of an inbound message to a listener. More...
Public Member Functions | |
void | Notify (TopicMessage message) |
Notify the content of the paged message to the listener. More... | |
abstract ILines | CreateLines (TopicMessage message) |
Creates the lines for the given paged message. More... | |
Protected Member Functions | |
PagedTopicHelper (PagedTopicHandler handler, IPagedTopicListener listener) | |
Constructor. More... | |
Properties | |
PagedTopicHandler | Handler [get, set] |
Get/set the paged topic handler. More... | |
IPagedTopicListener | Listener [get, set] |
Get/set the paged topic listener. More... | |
Helps to send the contents of an inbound message to a listener.
|
protected |
Constructor.
handler | |
listener |
|
pure virtual |
Creates the lines for the given paged message.
message |
Implemented in PushTechnology.Transports.Paging.PagedTopicHelperRecord, and PushTechnology.Transports.Paging.PagedTopicHelperString.
void PushTechnology.Transports.Paging.PagedTopicHelper.Notify | ( | TopicMessage | message | ) |
Notify the content of the paged message to the listener.
message |
|
getset |
Get/set the paged topic handler.
|
getset |
Get/set the paged topic listener.