[This is preliminary documentation and is subject to change.]
Decorates methods stipulating type of RequestMsg-derivative used for method call arguments marshalling
System Object
System Attribute NFX.Glue ArgsMarshallingAttributeNamespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public class ArgsMarshallingAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public class ArgsMarshallingAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := false, AllowMultiple := false)>
Public Class ArgsMarshallingAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := false, AllowMultiple := false)>
Public Class ArgsMarshallingAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = false)]
public ref class ArgsMarshallingAttribute : public Attribute
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = false)]
public ref class ArgsMarshallingAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)>]
type ArgsMarshallingAttribute =
class
inherit Attribute
end
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = false)>]
type ArgsMarshallingAttribute =
class
inherit Attribute
end