C# Класс Microsoft.HockeyApp.Extensibility.ApplicationStoppingEventArgs

Encapsulates arguments of the event.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplicationStoppingEventArgs ( Func asyncMethodRunner ) : System

Initializes a new instance of the ApplicationStoppingEventArgs class with the specified runner of asynchronous methods.

Run ( Func asyncMethod ) : void

Runs the specified asynchronous method while preventing the application from exiting.

Описание методов

ApplicationStoppingEventArgs() публичный Метод

Initializes a new instance of the ApplicationStoppingEventArgs class with the specified runner of asynchronous methods.
public ApplicationStoppingEventArgs ( Func asyncMethodRunner ) : System
asyncMethodRunner Func
Результат System

Run() публичный Метод

Runs the specified asynchronous method while preventing the application from exiting.
public Run ( Func asyncMethod ) : void
asyncMethod Func
Результат void