C# Class Zaz.Server.Advanced.Service.CommandsController

Inheritance: ApiController
Mostrar archivo Open project: chaliy/zaz Class Usage Examples

Public Methods

Method Description
CommandsController ( ServerContext context ) : System
ConvertLogEntry ( ) : LogEntry>>.Expression

Private Methods

Method Description
Default ( Zaz.Server.Advanced.Service.Contract.PostCommandRequest env ) : HttpResponseMessage
Default ( string path = "index.html" ) : HttpResponseMessage
GetScheduled ( string id, System.DateTime token ) : Zaz.Server.Advanced.Executor.ExecutionStats
GetScheduledLog ( string id ) : IQueryable
MetaList ( ) : IQueryable
PostLegacy ( HttpRequestMessage req ) : HttpResponseMessage
PostScheduled ( Zaz.Server.Advanced.Service.Contract.PostCommandRequest req ) : Zaz.Server.Advanced.Service.Contract.PostScheduledCommandResponse

Method Details

CommandsController() public method

public CommandsController ( ServerContext context ) : System
context ServerContext
return System

ConvertLogEntry() public static method

public static ConvertLogEntry ( ) : LogEntry>>.Expression
return LogEntry>>.Expression