Skip to main content

IDuplexCallback

Assembly: ServiceStack.Client.dll
View Source
Declaration
[ServiceContract(Namespace = "http://services.servicestack.net/")]
public interface IDuplexCallback

Methods

OnMessageReceived(Message)

View Source
Declaration
[OperationContract(Action = "*", ReplyAction = "*")]
void OnMessageReceived(Message msg)
Parameters
TypeName
System.ServiceModel.Channels.Messagemsg