ArgsMarshallingAttribute ClassNFX Class Library

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

Decorates methods stipulating type of RequestMsg-derivative used for method call arguments marshalling
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.Glue ArgsMarshallingAttribute

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

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