IOneWay
Assembly: ServiceStack.Client.dll
View Source
Declaration
[ServiceContract(Namespace = "http://services.servicestack.net/")]
public interface IOneWay
Methods
SendOneWay(Message)
View Source
Declaration
[OperationContract(Action = "*", IsOneWay = true)]
void SendOneWay(Message requestMsg)
Parameters
Type | Name |
---|---|
System.ServiceModel.Channels.Message | requestMsg |