rspec/rules/S3598/description.adoc
2021-01-27 13:42:22 +01:00

2 lines
329 B
Plaintext

When declaring a Windows Communication Foundation (WCF) ``++OperationContract++`` method one-way, that service method won't return any result, not even an underlying empty confirmation message. These are fire-and-forget methods that are useful in event-like communication. Specifying a return type therefore does not make sense.