WMS_CACHE_REMOTE_EVENT_FLAGS
Previous | Next |
WMS_CACHE_REMOTE_EVENT_FLAGS
The WMS_CACHE_REMOTE_EVENT_FLAGS enumeration type identifies the remote events that an origin server can subscribe to. The members of the enumeration type are bit flags.
Syntax
typedef enum WMS_CACHE_REMOTE_EVENT_FLAGS{ WMS_CACHE_REMOTE_OPEN = 0x1, WMS_CACHE_REMOTE_CLOSE = 0x2, WMS_CACHE_REMOTE_LOG = 0x4 };
Members
WMS_CACHE_REMOTE_OPEN
You can set this flag to direct all downstream cache proxy servers to propagate an event notice when cached content is opened for streaming or a broadcast is split.
WMS_CACHE_REMOTE_CLOSE
You can set this flag to direct all downstream cache proxy servers to propagate an event notice when closing content that is being streamed from cache storage or terminating a split broadcast.
WMS_CACHE_REMOTE_LOG
You can set this flag to direct all downstream cache proxy servers to propagate any client log created in response to content being streamed from a cache or from a split broadcast.
Requirements
Header: streamcache.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
Previous | Next |