Navigation
API > API/Runtime > API/Runtime/Stomp > API/Runtime/Stomp/IStompClient
References
| Module | Stomp |
| Header | /Engine/Source/Runtime/Online/Stomp/Public/IStompClient.h |
| Include | #include "IStompClient.h" |
void Unsubscribe
(
FStompSubscriptionId Subscription,
const FStompRequestCompleted & CompletionCallback
)
Remarks
Unsubscribe from an event
Parameters
| Name | Description |
|---|---|
| Subscription | The id returned from the call to Subscribe. |
| CompletionCallback | Delegate called when the request has been acknowledged by the server or if there is an error. |
| ResponseCallback | Delegate called when the request has been completed. |