Microsoft.ServiceFabric.Services.Remoting Namespace

Classes

ServiceRemotingProviderAttribute

This is a base type for attribute that sets the default service remoting provider to use for remoting the service interfaces defined and used in the assembly.

Interfaces

IService

Defines the marker interface for enabling interface Remoting for services. An IServiceRemotingListener provides remoting for all interfaces implemented by the service that derive from this interface. The remoted interfaces can be accessed via IServiceProxy on the client side.

Enums

RemotingClientVersion

Determines the remoting stack for client

RemotingListenerVersion

Determines the remoting stack for server/listener when using remoting provider attribuite to determine the remoting client.