Table of Contents

Class ProtobufServiceAttribute

Namespace
IceRpc.Protobuf
Assembly
IceRpc.Protobuf.dll

Represents an attribute applied on classes implementing Protobuf services with IceRPC.

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

Remarks

The Protobuf Service source generator implements IDispatcher for classes with this attribute - and not in derived classes unless they also carry this attribute.