你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

microsoft.servicefabric.services.remoting.client

Classes

FabricServiceProxyFactory

Specifies the factory that creates proxies for remote communication to the specified service.

FabricServiceRemotingPartitionClient

Specifies the Service partition client for Remoting communication

ServiceProxyBase

Provides the base implementation for the proxy to the remoted IService interfaces.

ServiceRemotingExceptionHandler

This class provide handling of exceptions encountered in communicating with a service fabric service over remoted interfaces. ServiceRemotingExceptionHandler

Interfaces

ServiceProxy

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.

ServiceProxyFactory

Specifies the interface for the factory that creates proxies for remote communication to the specified service.

ServiceRemotingClient

Defines the interface that must be implemented to provide a client for Service Remoting communication.

ServiceRemotingClientFactory

Defines the interface that must be implemented for providing the remoting communication client factory.

ServiceRemotingPartitionClient

Defines the interface for the client that communicate over remoting to a particular replica of a service partition.