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
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Method Details
unsubscribe
public void unsubscribe()
Removes the client method handler represented by this subscription.