DEPRECATED: Diffusion Silverlight Classic API  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.Transports.TopicListenerImpl Class Reference

More...

Public Member Functions

 TopicListenerImpl (Regex pattern, Func< TopicMessage, bool > function, object context)
 Constructor. More...
 

Public Attributes

Func< TopicMessage, bool > topicmatch
 The delegate to call when a topic is matched. More...
 

Properties

Regex Pattern [get, set]
 The regex representing the topic selection pattern. More...
 
int Handle [get, set]
 A unique identifier for this TopicListener. More...
 
object Context [get, set]
 The object which created this TopicListener. More...
 

Detailed Description

Constructor & Destructor Documentation

PushTechnology.Transports.TopicListenerImpl.TopicListenerImpl ( Regex  pattern,
Func< TopicMessage, bool >  function,
object  context 
)

Constructor.

Parameters
pattern
function
context

Member Data Documentation

Func<TopicMessage,bool> PushTechnology.Transports.TopicListenerImpl.topicmatch

The delegate to call when a topic is matched.

Property Documentation

object PushTechnology.Transports.TopicListenerImpl.Context
getset

The object which created this TopicListener.

int PushTechnology.Transports.TopicListenerImpl.Handle
getset

A unique identifier for this TopicListener.

Regex PushTechnology.Transports.TopicListenerImpl.Pattern
getset

The regex representing the topic selection pattern.


The documentation for this class was generated from the following file: