Subscription Class
- java.
lang. Object - com.
microsoft. signalr. Subscription
- com.
public class Subscription
Represents the registration of a handler for a client method.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
unsubscribe()
Removes the client method handler represented by this subscription. |
Inherited Members
Method Details
unsubscribe
public void unsubscribe()
Removes the client method handler represented by this subscription.