Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CancellationTokenSource Class / getToken Method
In This Topic
    getToken Method
    In This Topic
    Returns a token associated with this CancellationTokenSource.
    Syntax
    public CancellationToken getToken()

    Return Value

    The cancellation token. Always returns the same instance.
    See Also