C# Class MediaAppSample.Core.Services.ServiceBase

Inheritance: ModelBase, IDisposable
Afficher le fichier Open project: Microsoft/TVHelpers

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Initialization logic which is called on launch of this application.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() protected méthode

Initialization logic which is called on launch of this application.
protected Initialize ( ) : void
Résultat void