Microsoft.ServiceFabric.Services.Remoting Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Azure SDK for .NET