-
- All Implemented Interfaces:
-
java.io.Closeable
,java.lang.AutoCloseable
public class CancellationTokenRegistration implements Closeable
Copyright 2017 Meniga Iceland Inc.
Represents a callback delegate that has been registered with a CancellationToken.
-
-
Constructor Summary
Constructors Constructor Description CancellationTokenRegistration(CancellationTokenSource tokenSource, Runnable action)
-
Method Summary
-
-
Constructor Detail
-
CancellationTokenRegistration
CancellationTokenRegistration(CancellationTokenSource tokenSource, Runnable action)
-
-
-
-