ServiceProxyFactory Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la fabrique qui crée des proxys pour la communication à distance avec le service spécifié.
public class ServiceProxyFactory : Microsoft.ServiceFabric.Services.Remoting.Client.IServiceProxyFactory
type ServiceProxyFactory = class
interface IServiceProxyFactory
Public Class ServiceProxyFactory
Implements IServiceProxyFactory
- Héritage
-
ServiceProxyFactory
- Implémente
Constructeurs
ServiceProxyFactory(Func<IServiceRemotingCallbackMessageHandler, IServiceRemotingClientFactory>, OperationRetrySettings, Action<IServiceRemotingClientFactory>) |
Initialise une nouvelle instance de la classe avec la ServiceProxyFactory fabrique de communication à distance V2 spécifiée et les nouvelles tentatives. |
ServiceProxyFactory(OperationRetrySettings) |
Initialise une nouvelle instance de la ServiceProxyFactory classe avec les nouvelles tentatives et la communication à distanceClientFactory par défaut spécifiées. |
Méthodes
CreateNonIServiceProxy<TServiceInterface>(Uri, ServicePartitionKey, TargetReplicaSelector, String) |
Crée un proxy pour communiquer avec le service spécifié à l’aide de l’interface distante TServiceInterface que le service implémente. |
CreateServiceProxy<TServiceInterface>(Uri, ServicePartitionKey, TargetReplicaSelector, String) |
Crée un proxy pour communiquer avec le service spécifié à l’aide de l’interface distante TServiceInterface que le service implémente. |
Dispose() |
Libère des ressources managées/non managées. La méthode Dispose est ajoutée au lieu de la rendre IDisposable afin qu’elle ne change pas les informations de type et ne soit pas une modification cassant. |
S’applique à
Azure SDK for .NET