![]() |
DEPRECATED: Diffusion Silverlight Classic API
5.9.4
|
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... | |
Encapsulates a response from a service request.
This encapsulates the details of a response from a call to ServiceTopicHandler.Request( string, DiffusionOutboundTopicMessage ).
PushTechnology.Transports.Service.ServiceTopicResponse.ServiceTopicResponse | ( | ServiceTopicHandler | handler, |
string | requestId, | ||
string | responseType, | ||
TopicMessage | responseMessage | ||
) |
Constructor.
handler | |
requestId | |
responseType | |
responseMessage |
|
getset |
Get/set the request id.
|
getset |
Get/set the response message.
|
getset |
Get/set the response type.