Namespace DotBoxD.Services.Attributes
Classes
Section titled “Classes”Marks a method as an RPC endpoint. This attribute is optional: all methods in an
DotBoxD.Services.Attributes.RpcServiceAttribute interface are included by default.
Marks an interface as an RPC service. The source generator creates client proxy and server dispatcher implementations for this interface.