C# Class Netsy.UI.DispatchedServices.DispatchedServerService

Server service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
Inheritance: DispatchedService, IServerService
Exibir arquivo Open project: AnthonySteele/Netsy

Public Methods

Method Description
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.

Method Details

DispatchedServerService() public method

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
return System

GetMethodTable() public method

Get a list of all methods available.
public GetMethodTable ( ) : IAsyncResult
return IAsyncResult

GetServerEpoch() public method

Get server time, in epoch seconds notation.
public GetServerEpoch ( ) : IAsyncResult
return IAsyncResult

Ping() public method

Check that the server is alive.
public Ping ( ) : IAsyncResult
return IAsyncResult