Partilhar via


IServiceRemotingContract Interface

Definição

Interface que define o contrato para comunicação remota do serviço 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>>)

Envia uma mensagem unidirecional para o cliente.

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

Envia uma mensagem para o cliente e obtém a resposta.

Aplica-se a