FabricTransportServiceRemotingListener 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.
IServiceRemotingListener qui utilise le transport TCP fabric pour fournir une communication à distance d’interface pour les services sans état et avec état.
public class FabricTransportServiceRemotingListener : Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener, Microsoft.ServiceFabric.Services.Remoting.Runtime.IServiceRemotingListener
type FabricTransportServiceRemotingListener = class
interface IServiceRemotingListener
interface ICommunicationListener
Public Class FabricTransportServiceRemotingListener
Implements ICommunicationListener, IServiceRemotingListener
- Héritage
-
FabricTransportServiceRemotingListener
- Dérivé
- Implémente
Constructeurs
FabricTransportServiceRemotingListener(ServiceContext, IService, FabricTransportRemotingListenerSettings, IServiceRemotingMessageSerializationProvider, IEnumerable<IExceptionConvertor>) |
Initialise une nouvelle instance de la classe FabricTransportServiceRemotingListener. Construit un écouteur de communication à distance basé sur le transport de structure . |
FabricTransportServiceRemotingListener(ServiceContext, IServiceRemotingMessageHandler, FabricTransportRemotingListenerSettings, IServiceRemotingMessageSerializationProvider, IEnumerable<IExceptionConvertor>) |
Initialise une nouvelle instance de la classe FabricTransportServiceRemotingListener. Construit un écouteur de communication à distance de service basé sur le transport de structure. |
Méthodes
Abort() |
Cette méthode entraîne la fermeture de l’écouteur de communication. Close est un état terminal et cette méthode entraîne la fermeture de la transition de manière non honteuse. Toutes les opérations en attente (y compris la fermeture) doivent être annulées lorsque cette méthode est appelée. |
CloseAsync(CancellationToken) |
Cette méthode entraîne la fermeture de l’écouteur de communication. Close est un état terminal et cette méthode permet à l’écouteur de communication de passer à cet état de manière appropriée. |
OpenAsync(CancellationToken) |
Cette méthode entraîne l’ouverture de l’écouteur de communication. Une fois l’opération Ouverte terminée, l’écouteur de communication devient utilisable : accepte et envoie des messages. |
S’applique à
Azure SDK for .NET