MethodDispatcherBase.CreateResponseMessageBody 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.
Cette méthode est utilisée pour créer la réponse de communication à distance à partir de la valeur de retour spécifiée
protected Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody CreateResponseMessageBody (string interfaceName, string methodName, int methodId, Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingMessageBodyFactory remotingMessageBodyFactory, object response);
member this.CreateResponseMessageBody : string * string * int * Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingMessageBodyFactory * obj -> Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody
Protected Function CreateResponseMessageBody (interfaceName As String, methodName As String, methodId As Integer, remotingMessageBodyFactory As IServiceRemotingMessageBodyFactory, response As Object) As IServiceRemotingResponseMessageBody
Paramètres
- interfaceName
- String
Nom de l’interface de communication à distance
- methodName
- String
Nom de la méthode de communication à distance
- methodId
- Int32
MethodId de la méthode de communication à distance
- remotingMessageBodyFactory
- IServiceRemotingMessageBodyFactory
MessageFactory pour l’interface de communication à distance.
- response
- Object
Réponse retournée par la méthode de communication à distance
Retours
Réponse de communication à distance
S’applique à
Azure SDK for .NET