ServerHandler GLUE_CTOR_SIGNATURE FieldNFX Class Library

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

Specifies special signature for glue-specific constructors. If a server implementer class implements a public ctor with this signature then it will be called instead of default .ctor. This is useful when server class needs to distinguish Glue allocations from de-serializations and others

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

public static readonly Type[] GLUE_CTOR_SIGNATURE

Field Value

Type:  OnlineType 
See Also