Class MediaControlServerStoppedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides data for the ServerStopped event.

    public class MediaControlServerStoppedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    MediaControlServerStoppedEventArgs

    Constructors

    View Source

    MediaControlServerStoppedEventArgs(string)

    Initializes a new instance of the MediaControlServerStoppedEventArgs class.

    Declaration
    public MediaControlServerStoppedEventArgs(string serverAppId)
    Parameters
    Type Name Description
    string serverAppId

    The application id of the server stopped.

    Exceptions
    Type Condition
    System.ArgumentNullException

    serverAppId is null.

    Properties

    View Source

    ServerAppId

    Gets the application id of the server.

    Declaration
    public string ServerAppId { get; }
    Property Value
    Type Description
    string

    A string represents the application id.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX