Class MediaPlatformHealthChangedEventArgs
Event arguments of the MediaPlatformHealthChangedEvent providing the current and previous health status of the media platform.
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class MediaPlatformHealthChangedEventArgs : EventArgs
Constructors
MediaPlatformHealthChangedEventArgs()
Declaration
public MediaPlatformHealthChangedEventArgs()
Properties
CurrentHealth
The current health status.
Declaration
public MediaPlatformHealthStatus CurrentHealth { get; set; }
Property Value
Type | Description |
---|---|
MediaPlatformHealthStatus |
PreviousHealth
The previous health status.
Declaration
public MediaPlatformHealthStatus PreviousHealth { get; set; }
Property Value
Type | Description |
---|---|
MediaPlatformHealthStatus |