Skip to main content

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
TypeName
System.ServiceModel.Channels.MessagerequestMsg