LifeCycleAttribute ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Specifies the instance mode and timeout values for server classes that implement the decorated contract. If server class does not support state then timeout is ignored
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.Glue LifeCycleAttribute

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[AttributeUsageAttribute(AttributeTargets.Interface, Inherited = false, AllowMultiple = false)]
public class LifeCycleAttribute : Attribute
See Also