Table of Contents

Class SharedAPIAttribute

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

Mark an API class as Shared. This will allow different services to implement it. WARNING: SharedAPIs will create a non-homogeneous api consumer set.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
public class SharedAPIAttribute : Attribute
Inheritance
object
Attribute
SharedAPIAttribute