InvokerAttribute
Overview
Marks the class to implement an invoker.
This attribute should only be applied to invoker classes in the *_Invk files auto-generated from your RODL library; attaching it to custom code should only be done by advanced users who know exactly what they are doing.
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: Attribute | InvokerAttribute
Properties
ServiceClass
property ServiceClass: Type read write;
Type ServiceClass { get; set; }
Property ServiceClass() As Type
Instance Methods
constructor
constructor
InvokerAttribute()
Sub New()