Microsoft.ServiceFabric.Services.Remoting.Client 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
ServiceProxy |
Provides the base implementation for the proxy to the remoted IService interfaces. |
ServiceProxyFactory |
Specifies the factory that creates proxies for remote communication to the specified service. |
ServiceRemotingExceptionHandler |
Provides handling of exceptions encountered in communicating with a service fabric service over remoted interfaces. |
Interfaces
IServiceProxy |
This is the base Client side interface for Remoting. The framework provides the Remoting infrastructure for all the service contracts inheriting from IService through ServiceRemotingListener and ServiceProxy. |
IServiceProxyFactory |
Specifies the interface for the factory that creates proxies for remote communication to the specified service. |
Azure SDK for .NET