Table of Contents

Class NexusOperationHandlerAttribute

Namespace
NexusRpc.Handlers
Assembly
NexusRpc.dll

Mark a method as an "operation handler factory" for an operation on a class with a NexusServiceHandlerAttribute attribute. A method with this attribute must exist for every operation defined on a NexusServiceAttribute interface.

[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class NexusOperationHandlerAttribute : Attribute
Inheritance
NexusOperationHandlerAttribute
Inherited Members