Table of Contents

Interface INonStreamingServiceDispatcher

Namespace
DotBoxD.Services.Server
Assembly
DotBoxD.Services.dll

Marker for dispatchers whose methods cannot consume streamed arguments or produce streamed responses. The peer can use this to skip allocating a streaming context for ordinary RPC calls.

public interface INonStreamingServiceDispatcher