C# Класс OnlineVideos.Sites.WebAutomation.BrowserHost.RemoteHandling.RemoteProcessing

Handle remote messgae processing
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ActionReceived Action

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

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

Initialise the remote handlers

ProcessKeyPress ( int keyPressed ) : void

Process key press events

ProcessWndProc ( Message msg ) : bool

Some of the WNDProc messages we'll actually respond to - I've taken this list from the remote implementations I want to filter the messages to reduce the amount of processing overhead

RemoteProcessing ( ILog logger ) : OnlineVideos.Helpers

CTor

Приватные методы

Метод Описание
handler_ActionReceived ( string action ) : void

When an action is received from one of the handlers we'll raise the event

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

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

Initialise the remote handlers
public InitHandlers ( ) : void
Результат void

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

Process key press events
public ProcessKeyPress ( int keyPressed ) : void
keyPressed int
Результат void

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

Some of the WNDProc messages we'll actually respond to - I've taken this list from the remote implementations I want to filter the messages to reduce the amount of processing overhead
public ProcessWndProc ( Message msg ) : bool
msg System.Windows.Forms.Message
Результат bool

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

CTor
public RemoteProcessing ( ILog logger ) : OnlineVideos.Helpers
logger ILog
Результат OnlineVideos.Helpers

Описание свойств

ActionReceived публичное свойство

public Action ActionReceived
Результат Action