HttpMJpegServerOnRemoveContext Event |
Is raised to notify the application of the removal of a specific context, identified by a unique Id.
Namespace: StreamCoders.MotionJpegAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic event HttpMJpegServerRemoveContextEventHandler OnRemoveContext
Public Event OnRemoveContext As HttpMJpegServerRemoveContextEventHandler
public:
event HttpMJpegServerRemoveContextEventHandler^ OnRemoveContext {
void add (HttpMJpegServerRemoveContextEventHandler^ value);
void remove (HttpMJpegServerRemoveContextEventHandler^ value);
}
member OnRemoveContext : IEvent<HttpMJpegServerRemoveContextEventHandler,
string>
Value
Type:
StreamCoders.MotionJpegHttpMJpegServerRemoveContextEventHandler
See Also