C# Класс Netsy.UI.DispatchedServices.DispatchedServerService

Server service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
Наследование: DispatchedService, IServerService
Показать файл Открыть проект

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

Метод Описание
DispatchedServerService ( IServerService wrappedService, Dispatcher dispatcher ) : System

Initializes a new instance of the DispatchedServerService class

GetMethodTable ( ) : IAsyncResult

Get a list of all methods available.

GetServerEpoch ( ) : IAsyncResult

Get server time, in epoch seconds notation.

Ping ( ) : IAsyncResult

Check that the server is alive.

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

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

Initializes a new instance of the DispatchedServerService class
public DispatchedServerService ( IServerService wrappedService, Dispatcher dispatcher ) : System
wrappedService IServerService the wrapped service
dispatcher System.Windows.Threading.Dispatcher the thread dispatcher
Результат System

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

Get a list of all methods available.
public GetMethodTable ( ) : IAsyncResult
Результат IAsyncResult

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

Get server time, in epoch seconds notation.
public GetServerEpoch ( ) : IAsyncResult
Результат IAsyncResult

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

Check that the server is alive.
public Ping ( ) : IAsyncResult
Результат IAsyncResult