Class MediaControlServerStoppedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
4

Provides data for the ServerStopped event.

C#
Copy
public class MediaControlServerStoppedEventArgs : EventArgs
Inheritance
MediaControlServerStoppedEventArgs

Constructors

View Source

MediaControlServerStoppedEventArgs(String)

Initializes a new instance of the MediaControlServerStoppedEventArgs class.

Declaration
C#
Copy
public MediaControlServerStoppedEventArgs(string serverAppId)
Parameters
Type Name Description
System.String serverAppId

The application id of the server stopped.

Exceptions
Type Condition
ArgumentNullException

serverAppId is null.

API Level: 4

Properties

View Source

ServerAppId

Gets the application id of the server.

Declaration
C#
Copy
public string ServerAppId { get; }
Property Value
Type Description
System.String

A string represents the application id.

API Level: 4