Share via


IServiceRemotingCallbackContract Interface

Definition

Defines the interface that must be implemented for providing callback mechanism from the wcf remoting listener to the client.

[System.ServiceModel.ServiceContract(Namespace="urn:ServiceFabric.Communication")]
public interface IServiceRemotingCallbackContract
[<System.ServiceModel.ServiceContract(Namespace="urn:ServiceFabric.Communication")>]
type IServiceRemotingCallbackContract = interface
Public Interface IServiceRemotingCallbackContract
Attributes

Methods

RequestResponseAsync(ServiceRemotingMessageHeaders, Byte[])

Sends a message to the client and gets the response.

SendOneWay(ServiceRemotingMessageHeaders, Byte[])

Sends a one way message to the client.

Applies to