microsoft.servicefabric.services.remoting.runtime

Classes

ServiceRemotingCancellationHelper

Provides cancellation support for remote method dispatching.

ServiceRemotingDispatcher

Provides an implementation of ServiceRemotingMessageHandler that can dispatch messages to the service implementing Service interface.

ServiceRemotingListenerFactory

This class provides a static method to create ServiceRemotingListener for remoting methods of the service interfaces that are derived from Service interface.

ServiceTypeInformation

Specifies the class used by the ServiceRemoting to lookup the interfaces implemented by the service.

Interfaces

ServiceRemotingCallbackClient

Defines the interface that must be implemented for providing callback mechanism from the remoting listener to the client.

ServiceRemotingListener

Defines a base communication interface that enables interface remoting for stateless and stateful services.