FabricTransportActorRemotingProviderAttribute.CreateServiceRemotingClientFactory Méthode
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.
Crée une fabrique de client de communication à distance du service qui peut être utilisée par pour Microsoft.ServiceFabric.Services.Remoting.V2.Client.ServiceProxyFactory créer un proxy pour l’interface distante du service.
public override Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClientFactory CreateServiceRemotingClientFactory (Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingCallbackMessageHandler callbackMessageHandler);
override this.CreateServiceRemotingClientFactory : Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingCallbackMessageHandler -> Microsoft.ServiceFabric.Services.Remoting.V2.Client.IServiceRemotingClientFactory
Public Overrides Function CreateServiceRemotingClientFactory (callbackMessageHandler As IServiceRemotingCallbackMessageHandler) As IServiceRemotingClientFactory
Paramètres
- callbackMessageHandler
- IServiceRemotingCallbackMessageHandler
Implémentation du client où les rappels doivent être distribués.
Retours
Élément IServiceRemotingClientFactory.
S’applique à
Azure SDK for .NET