Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.IResponder< TResponse > Interface Template Reference

Responder interface to dispatch responses to requests. More...

Public Member Functions

void Respond (TResponse response)
 Dispatches a response to a request. More...
 
void Reject (string message)
 Rejects the request. More...
 

Detailed Description

Responder interface to dispatch responses to requests.

Since 6.1

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.IResponder< TResponse >.Reject ( string  message)

Rejects the request.

Parameters
messageContext message to be contained in the rejection.
void PushTechnology.ClientInterface.Client.Features.IResponder< TResponse >.Respond ( TResponse  response)

Dispatches a response to a request.

Parameters
responseResponse to dispatch.
Exceptions
ArgumentNullExceptionIf the argument is null.
InvalidCastExceptionIf the response object is not of required type.

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