C# 클래스 Netsy.UI.DispatchedServices.DispatchedServerService

Server service wrapped to use a dispatcher To put the results back on the Dispatcher's thread
상속: DispatchedService, IServerService
파일 보기 프로젝트 열기: AnthonySteele/Netsy

공개 메소드들

메소드 설명
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