Nevron Open Vision Documentation
Nevron.Nov.Formats.Html Namespace / NResourceLoader Class / BeginFetch Method


In This Topic
    BeginFetch Method
    In This Topic
    Begins fetching the resource at the given URI. Returns true if the process has begun successfully.
    Syntax
    'Declaration
     
    
    Public Overridable Function BeginFetch( _
       ByVal baseUri As NUri, _
       ByVal resourceUriString As System.String, _
       ByVal fetchCompletedCallback As Nevron.Nov.Function(Of Byte()) _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NResourceLoader
    Dim baseUri As NUri
    Dim resourceUriString As System.String
    Dim fetchCompletedCallback As Nevron.Nov.Function(Of Byte())
    Dim value As System.Boolean
     
    value = instance.BeginFetch(baseUri, resourceUriString, fetchCompletedCallback)
    public virtual System.bool BeginFetch( 
       NUri baseUri,
       System.string resourceUriString,
       Nevron.Nov.Function<byte[]> fetchCompletedCallback
    )

    Parameters

    baseUri
    resourceUriString
    fetchCompletedCallback
    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