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
Afficher le fichier Open project: AnthonySteele/Netsy

Méthodes publiques

Méthode 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 méthode

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
Résultat System

GetMethodTable() public méthode

Get a list of all methods available.
public GetMethodTable ( ) : IAsyncResult
Résultat IAsyncResult

GetServerEpoch() public méthode

Get server time, in epoch seconds notation.
public GetServerEpoch ( ) : IAsyncResult
Résultat IAsyncResult

Ping() public méthode

Check that the server is alive.
public Ping ( ) : IAsyncResult
Résultat IAsyncResult