C# Класс YAMP.PauseEventArgs

Data used for giving user prompts.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Continue ( ) : void

Continues with the given input.

PauseEventArgs ( EventWaitHandle waitHandle ) : System

Creates a new user input event argument.

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

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

Continues with the given input.
public Continue ( ) : void
Результат void

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

Creates a new user input event argument.
public PauseEventArgs ( EventWaitHandle waitHandle ) : System
waitHandle System.Threading.EventWaitHandle The wait handle where the waiting is based on.
Результат System