[Top]
Public
Public.Protocols
Public.Protocols.Stomp
Public.Protocols.Stomp.Client
|
Method Public.Protocols.Stomp.Client()->unsubscribe()
- Method
unsubscribe
-
int unsubscribe(string destination, int(0..1)|void receipt)
- Description
-
unsubscribe from a topic or queue.
- Parameter destination
-
the queue or topic we wish to unsubscribe from.
- Parameter receipt
-
should we await confirmation of this command from the server?
|