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

More...

Public Member Functions

 TopicListener (Regex pattern, Action< WebClientMessage > function, object context)
 Constructor. More...
 

Public Attributes

Action< WebClientMessage > Function
 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.TopicListener.TopicListener ( Regex  pattern,
Action< WebClientMessage >  function,
object  context 
)

Constructor.

Parameters
pattern
function
context

Member Data Documentation

Action<WebClientMessage> PushTechnology.Transports.TopicListener.Function

The delegate to call when a topic is matched.

Property Documentation

object PushTechnology.Transports.TopicListener.Context
getset

The object which created this TopicListener.

int PushTechnology.Transports.TopicListener.Handle
getset

A unique identifier for this TopicListener.

Regex PushTechnology.Transports.TopicListener.Pattern
getset

The regex representing the topic selection pattern.


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