Show / Hide Table of Contents

    Class MediaPlatformHealthChangedEventArgs

    Event arguments of the MediaPlatformHealthChangedEvent providing the current and previous health status of the media platform.

    Inheritance
    Object
    EventArgs
    MediaPlatformHealthChangedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.