VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingState Class / SetCachedResult(IProcessingCommandInfo,Object,ProcessingResult) Method
Syntax Requirements SeeAlso
In This Topic
    SetCachedResult(IProcessingCommandInfo,Object,ProcessingResult) Method (ProcessingState)
    In This Topic
    Saves the specified processing result for a target in the cache.
    Syntax
    'Declaration
    
    Public Sub SetCachedResult( _
    ByVal processingCommand
    The processing command.
    As IProcessingCommandInfo, _
    ByVal target
    The target of processing command.
    As System.Object, _
    ByVal processingResult
    The processing result.
    As ProcessingResult _
    )

    Parameters

    processingCommand
    The processing command.
    target
    The target of processing command.
    processingResult
    The processing result.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also