V - classpublic class UpdateableCancellableFuture<V> extends SignalRFuture<V>
| Constructor and Description |
|---|
UpdateableCancellableFuture(SignalRFuture<?> token) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the operation
|
void |
setFuture(SignalRFuture<?> token) |
cancel, done, errorWasTriggered, get, get, isCancelled, isDone, onCancelled, onError, setResult, triggerErrorpublic UpdateableCancellableFuture(SignalRFuture<?> token)
public void setFuture(SignalRFuture<?> token)
public void cancel()
SignalRFuturecancel in class SignalRFuture<V>Copyright © 2019. All rights reserved.