Events supported by the MediaServer control are divided into the following categories:
The TraceView control allows users to filter most events according to their type. Some events, however, cannot be filtered. MediaServer control events and their types are summarized in the following table.
Event | Type | Description |
OnAdminBandwidthLimit | Admin | Fired when the aggregate bandwidth, as specified by the MaxBandwidth property, is modified. |
OnAdminClientLimit | Admin | Fired when an administration application changes the maximum number of clients. |
OnAdminCServerOffline | Admin | Fired when an administration application takes a content server offline. |
OnAdminDiskOffline | Admin | Fired when an administration application takes a disk offline. |
OnAdminDiskOnline | Admin | Fired when an administration application Begins to take a disk online. |
OnAdminDiskRebuild | Admin | Fired when an administration application starts rebuilding a disk. |
OnAdminDiskRebuildStop | Admin | Fired when an administration application stops rebuilding a disk. |
OnAdminFileBitRateLimit | Admin | Reserved for future use. |
OnAdminKillClient | Admin | Fired when an administration application uses the Delete method in the Clients collection, or when it calls the KillClient method. |
OnAdminRestripeStart | Admin | Reserved for future use. |
OnAdminRestripeStop | Admin | Reserved for future use. |
OnClientConnect | Client | Fired when a new client connection is established. |
OnClientDisconnect | Client | Fired when a client disconnects from NetShow Theater Server. |
OnClientPlay | Client | Fired when a client player starts streaming a title. |
OnClientStop | Client | Fired when a client player stops streaming a title. |
OnClientStride | Client | Fired when a client plays a title in fast-forward or fast-rewind mode. |
OnConnectEvents | Unfiltered | Fired when a control in an administration application establishes a connection to NetShow Monitor service. |
OnCServerFail | Alert | Fired when a content server fails. |
OnCServerLinkFail | Alert | Fired when a link between two content servers fails. |
OnCServerLinkUnfail | Server | Fired when a failed link between two content servers is restored. |
OnCServerOffline | Alert | Fired when a content server goes offline. |
OnCServerOnline | Server | Fired when a content server goes online. |
OnCServerStart | Server | Fired when a content server establishes a connection with the title server. |
OnCServerUnknown | Alert | Fired when a content server has a duplicate or invalid ID. |
OnDisconnect | Unfiltered | Fired when a control link to NetShow Theater Server is disconnected prematurely. |
OnDisconnectEvents | Unfiltered | Fired when a control link in an administrative application is disconnected from NetShow Monitor service. |
OnDisconnectFunnel | Unfiltered | Fired when the data path from a computer that is adding content to a content server or streaming content is disconnected. |
OnDiskFail | Alert | Fired when a disk in a content server fails. |
OnDiskOffline | Server | Fired when a content server disk goes offline. |
OnDiskOnline | Server | Fired when a content server disk goes online. |
OnDiskRebuildAbort | Server | Fired when the process of rebuilding a disk is stopped. |
OnDiskRebuildFinish | Server | Fired when the process of rebuilding a disk is completed. |
OnDiskRebuildProgress | Server | Fired every few seconds to show the progress made in rebuilding a content server disk. |
OnDiskRebuildStart | Server | Fired when the process of rebuilding a disk is started. |
OnMaxBandwidth | Alert | Fired when the maximum aggregate bandwidth surpasses the value specified by the MaxBandwidth property. |
OnMaxClients | Alert | Fired when the number of streaming clients connected surpasses the value specified by the MaxClients property. |
OnReportError | Unfiltered | Fired when an error is reported. |
OnRestripeAbort | Server | Reserved for future use. |
OnRestripeFinish | Server | Reserved for future use. |
OnRestripeProgress | Server | Reserved for future use. |
OnRestripeStart | Server | Reserved for future use. |
OnServerFault | Alert | Fired when either fault-tolerance is disabled and a single disk fails, or fault-tolerance is enabled and more than one disk fails in the same mirror factor value. |
OnServerOffline | Alert | Fired when a title server goes offline. |
OnServerOnline | Server | Fired when a title server goes online. |
OnTitleAddComplete | Admin | Fired after a title has been successfully added to NetShow Theater. This even is hidden in VBA. |
OnTitleAddError | Unfiltered | Fired if an error occurs while a title is being added. |
OnTitleCreate | Admin | Fired when the process of adding a title to the NetShow Theater Server system begins.
. |
OnTitleRemove | Admin | Fired when a title is successfully removed. |
OnTitleRename | Admin | Fired when a title is successfully renamed. |
OnTitleUpdate | Admin | Fired either when the metadata of a title is modified, or when a title is successfully added. |