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

Properties


ServiceClass

 

property ServiceClass: Type read write;

 

Type ServiceClass { get; set; }

 

Property ServiceClass() As Type

Instance Methods


constructor

 

constructor

 

InvokerAttribute()

 

Sub New()