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

Encapsulates a response from a service request. More...

Public Member Functions

 ServiceTopicResponse (ServiceTopicHandler handler, string requestId, string responseType, TopicMessage responseMessage)
 Constructor. More...
 

Properties

string RequestId [get, set]
 Get/set the request id. More...
 
string ResponseType [get, set]
 Get/set the response type. More...
 
TopicMessage ResponseMessage [get, set]
 Get/set the response message. More...
 

Detailed Description

Encapsulates a response from a service request.

This encapsulates the details of a response from a call to ServiceTopicHandler.Request( string, DiffusionOutboundTopicMessage ).

Constructor & Destructor Documentation

PushTechnology.Transports.Service.ServiceTopicResponse.ServiceTopicResponse ( ServiceTopicHandler  handler,
string  requestId,
string  responseType,
TopicMessage  responseMessage 
)

Constructor.

Parameters
handler
requestId
responseType
responseMessage

Property Documentation

string PushTechnology.Transports.Service.ServiceTopicResponse.RequestId
getset

Get/set the request id.

TopicMessage PushTechnology.Transports.Service.ServiceTopicResponse.ResponseMessage
getset

Get/set the response message.

string PushTechnology.Transports.Service.ServiceTopicResponse.ResponseType
getset

Get/set the response type.


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