Compartir a través de


IServiceRemotingContract Interfaz

Definición

Interfaz que define el contrato para la comunicación remota del servicio WCF.

[System.ServiceModel.ServiceContract(CallbackContract=typeof(Microsoft.ServiceFabric.Services.Remoting.V2.Wcf.IServiceRemotingCallbackContract), Namespace="urn:ServiceFabric.Communication")]
public interface IServiceRemotingContract
[<System.ServiceModel.ServiceContract(CallbackContract=typeof(Microsoft.ServiceFabric.Services.Remoting.V2.Wcf.IServiceRemotingCallbackContract), Namespace="urn:ServiceFabric.Communication")>]
type IServiceRemotingContract = interface
Public Interface IServiceRemotingContract
Atributos

Métodos

OneWayMessage(ArraySegment<Byte>, IEnumerable<ArraySegment<Byte>>)

Envía un mensaje unidireccional al cliente.

RequestResponseAsync(ArraySegment<Byte>, IEnumerable<ArraySegment<Byte>>)

Envía un mensaje al cliente y obtiene la respuesta.

Se aplica a