VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingState Class / RemoveCachedResult(IProcessingCommandInfo,Object) Method
Syntax Requirements SeeAlso
In This Topic
    RemoveCachedResult(IProcessingCommandInfo,Object) Method (ProcessingState)
    In This Topic
    Removes the processing result for the specified target from the cache.
    Syntax
    'Declaration
    
    Public Function RemoveCachedResult( _
    ByVal processingCommand
    The processing command.
    As IProcessingCommandInfo, _
    ByVal target
    The target of processing command.
    As System.Object _
    ) As Boolean
    public bool RemoveCachedResult(
    IProcessingCommandInfo processingCommand,
    System.Object target
    )
    public: bool RemoveCachedResult(
    IProcessingCommandInfo* processingCommand,
    System.Object target
    )
    public:
    bool RemoveCachedResult(
    IProcessingCommandInfo^ processingCommand,
    System.Object target
    )

    Parameters

    processingCommand
    The processing command.
    target
    The target of processing command.

    Return Value

    True if result is found and removed; otherwise, false.
    Requirements

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

    See Also