Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CancellationTokenSource Class / cancelAfter Method
The time span to wait before canceling this CancellationTokenSource. This value can't be null.
In This Topic
    cancelAfter Method
    In This Topic
    Schedules a cancel operation on this CancellationTokenSource after the specified time span.
    Syntax
    public void cancelAfter( 
       java.time.Duration delay
    )

    Parameters

    delay
    The time span to wait before canceling this CancellationTokenSource. This value can't be null.
    See Also