You are here: CSP API Reference > 1 EXS & SwitchKit API Messages > ReleaseCacheChannels
Type
SwitchKit API message
Description
This message is used by the function sk_returnChannel() to make channel available.
Sent by
Function sk_returnChannel()
C Structure
typedef struct {
} SK_ReleaseCacheChannels;
C++ Class
class SKC_ReleaseCacheChannels : public SKC_AdminMessage {
public:
};