Class MediaControlServerStoppedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 4
Provides data for the ServerStopped event.
C#Copypublic class MediaControlServerStoppedEventArgs : EventArgs
- Inheritance
-
MediaControlServerStoppedEventArgs
Constructors
View Source
MediaControlServerStoppedEventArgs(String)
Initializes a new instance of the MediaControlServerStoppedEventArgs class.
Declaration
C#Copypublic MediaControlServerStoppedEventArgs(string serverAppId)
Parameters
Type | Name | Description |
---|---|---|
String | serverAppId | The application id of the server stopped. |
API Level: 4
Properties
Declaration
C#Copypublic string ServerAppId { get; }
Property Value
Type | Description |
---|---|
String | A string represents the application id. |