C# Class Queue.Services.Portal.PortalService

Inheritance: Queue.Services.Common.DependencyService, IPortalService
Afficher le fichier Open project: breslavsky/queue

Protected Properties

Свойство Type Description
request System.ServiceModel.Web.IncomingWebRequestContext
response System.ServiceModel.Web.OutgoingWebResponseContext

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Favicon ( ) : Stream
FindServices ( string query ) : Task
GetContent ( string path ) : Stream
GetDefaultConfig ( ) : Task
GetPortalConfig ( ) : Task
GetQueuePlanMetric ( int year, int month, int day, int hour, int minute, int second ) : Task
GetQueuePlanServiceMetric ( int year, int month, int day, int hours, int minute, int second, string serviceId ) : Task
Index ( ) : Stream
PortalService ( ) : Junte.WCF

Method Details

Favicon() public méthode

public Favicon ( ) : Stream
Résultat Stream

FindServices() public méthode

public FindServices ( string query ) : Task
query string
Résultat Task

GetContent() public méthode

public GetContent ( string path ) : Stream
path string
Résultat Stream

GetDefaultConfig() public méthode

public GetDefaultConfig ( ) : Task
Résultat Task

GetPortalConfig() public méthode

public GetPortalConfig ( ) : Task
Résultat Task

GetQueuePlanMetric() public méthode

public GetQueuePlanMetric ( int year, int month, int day, int hour, int minute, int second ) : Task
year int
month int
day int
hour int
minute int
second int
Résultat Task

GetQueuePlanServiceMetric() public méthode

public GetQueuePlanServiceMetric ( int year, int month, int day, int hours, int minute, int second, string serviceId ) : Task
year int
month int
day int
hours int
minute int
second int
serviceId string
Résultat Task

Index() public méthode

public Index ( ) : Stream
Résultat Stream

PortalService() public méthode

public PortalService ( ) : Junte.WCF
Résultat Junte.WCF

Property Details

request protected_oe property

protected IncomingWebRequestContext,System.ServiceModel.Web request
Résultat System.ServiceModel.Web.IncomingWebRequestContext

response protected_oe property

protected OutgoingWebResponseContext,System.ServiceModel.Web response
Résultat System.ServiceModel.Web.OutgoingWebResponseContext