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

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

Sends a one way message to the client.

Applies to