Enumeration of supported activation types.
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public enum ActivationType :  short
Collapse/Expand Members
  Member name Description
Enum Field SingleCall Component instance lives only for a single call. Single call activated components need not be thread-safe
Enum Field Singleton Component instance is created on first call and reused for all subsequent calls. Singleton activated components must be thread-safe