Compartir a través de


IServiceRemotingMessageBodyFactory.CreateResponse Método

Definición

Crea un cuerpo de mensaje de respuesta de comunicación remota.

public Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody CreateResponse (string interfaceName, string methodName, object wrappedResponseObject);
abstract member CreateResponse : string * string * obj -> Microsoft.ServiceFabric.Services.Remoting.V2.IServiceRemotingResponseMessageBody
Public Function CreateResponse (interfaceName As String, methodName As String, wrappedResponseObject As Object) As IServiceRemotingResponseMessageBody

Parámetros

interfaceName
String

Se trata de FullName para la interfaz de servicio para la que se está construyendo el cuerpo de la solicitud.

methodName
String

MethodName para la interfaz de servicio a la que se enviará la solicitud

wrappedResponseObject
Object

Objeto de respuesta ajustada

Devoluciones

IServiceRemotingResponseMessageBody

Se aplica a