NevronOpenVision
Nevron.Nov.Interop Namespace / NHttpNovMarshaller Class / NHttpNovMarshaller Constructor
cache version or -1 if nothing should be cached
the names of the methods that can be cached
maximum bytes used in cache
maximum bytes per item
In This Topic
    NHttpNovMarshaller Constructor
    In This Topic
    Initializer constructor
    Syntax
    public NHttpNovMarshaller( 
       System.string baseHttpAddress,
       NInteropFunctionMap functionMap,
       System.string cacheVersion,
       System.string[] cachableMethods,
       System.int maxCacheTotalBytes,
       System.int maxCacheItemBytes
    )

    Parameters

    baseHttpAddress
    functionMap
    cacheVersion
    cache version or -1 if nothing should be cached
    cachableMethods
    the names of the methods that can be cached
    maxCacheTotalBytes
    maximum bytes used in cache
    maxCacheItemBytes
    maximum bytes per item
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also