C# Класс Netsy.Services.ServerService

Implementation of the server service
Наследование: IServerService
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

ServerService ( EtsyContext etsyContext ) : System

Initializes a new instance of the ServerService class

ServerService ( EtsyContext etsyContext, IDataRetriever dataRetriever ) : System

Initializes a new instance of the ServerService class

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

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

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

Initializes a new instance of the ServerService class
public ServerService ( EtsyContext etsyContext ) : System
etsyContext Netsy.DataModel.EtsyContext the etsy context to use
Результат System

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

Initializes a new instance of the ServerService class
public ServerService ( EtsyContext etsyContext, IDataRetriever dataRetriever ) : System
etsyContext Netsy.DataModel.EtsyContext the etsy context to use
dataRetriever IDataRetriever the data retriever to use
Результат System