Nevron Open Vision Documentation
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


In This Topic
    NHttpNovMarshaller Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal baseHttpAddress As System.String, _
       ByVal functionMap As NInteropFunctionMap, _
       ByVal cacheVersion As System.Integer, _
       ByVal cachableMethods() As System.String _
    )
    'Usage
     
    
    Dim baseHttpAddress As System.String
    Dim functionMap As NInteropFunctionMap
    Dim cacheVersion As System.Integer
    Dim cachableMethods() As System.String
     
    Dim instance As New NHttpNovMarshaller(baseHttpAddress, functionMap, cacheVersion, cachableMethods)
    public NHttpNovMarshaller( 
       System.string baseHttpAddress,
       NInteropFunctionMap functionMap,
       System.int cacheVersion,
       System.string[] cachableMethods
    )

    Parameters

    baseHttpAddress
    functionMap
    cacheVersion
    cache version or -1 if nothing should be cached
    cachableMethods
    the names of the methods that can be cached
    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