Class MediaControlServerStoppedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Server
public class MediaControlServerStoppedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args MediaControl Server Stopped Event Args
Constructors
View SourceMediaControlServerStoppedEventArgs(string)
Initializes a new instance of the Media
Declaration
public MediaControlServerStoppedEventArgs(string serverAppId)
Parameters
Type | Name | Description |
---|---|---|
string | serverAppId | The application id of the server stopped. |
Exceptions
Type | Condition |
---|---|
System. |
|
Properties
View SourceServerAppId
Gets the application id of the server.
Declaration
public string ServerAppId { get; }
Property Value
Type | Description |
---|---|
string | A string represents the application id. |