Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponseHandler Interface Reference

Handler of responses from a service topic. More...

Public Member Functions

void ServiceResponse (IRequesterFeatureResponse response)
 Notifies a response from a service request. More...
 
void ServiceError (RequesterFeatureError error)
 Notifies an error on a service request. More...
 
void ServiceTopicUnsubscribed (IServiceTopic service)
 This is called to indicate that the client has been unsubscribed from the service topic. More...
 

Detailed Description

Handler of responses from a service topic.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponseHandler.ServiceError ( RequesterFeatureError  error)

Notifies an error on a service request.

This would indicate that a previous call to IServiceTopic.Request( string, IContent ) has failed for some reason at the server.

Parameters
errorEncapsulates details of the error.
void PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponseHandler.ServiceResponse ( IRequesterFeatureResponse  response)

Notifies a response from a service request.

This will return a response from a previous call of IServiceTopic.Request( string, IContent ).

Parameters
response
void PushTechnology.ClientInterface.Client.Features.IRequesterFeatureResponseHandler.ServiceTopicUnsubscribed ( IServiceTopic  service)

This is called to indicate that the client has been unsubscribed from the service topic.

Parameters
serviceThe service.

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