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

The stream to receive request notifications. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.IRequestStream< TRequest, TResponse >:
PushTechnology.ClientInterface.Client.Callbacks.IStream PushTechnology.ClientInterface.Client.Callbacks.ICallback

Public Member Functions

void OnRequest (string path, TRequest request, IResponder< TResponse > responder)
 Called on incoming request. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.IStream
void OnClose ()
 Notification that a stream context was closed normally. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Callbacks.ICallback
void OnError (ErrorReason errorReason)
 Notification of a contextual error related to this callback. More...
 

Detailed Description

The stream to receive request notifications.

Since 6.1

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.IRequestStream< TRequest, TResponse >.OnRequest ( string  path,
TRequest  request,
IResponder< TResponse >  responder 
)

Called on incoming request.

Parameters
pathMessage path.
requestRequest value.
responderResponder for the message.

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