C# Class WebApplications.Utilities.Service.ServiceCommand

Implements a command that can be executed by a service.
Inheritance: WebApplications.Utilities.Formatting.Resolvable
Exibir arquivo Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description
ResolveParameter object
RunAsync Task
ServiceCommand System

Public Methods

Method Description
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Private Methods

Method Description
ResolveParameter ( [ parameter ) : object
RunAsync ( [ instance, [ writer, System.Guid connectionId, [ arguments, CancellationToken token = default(CancellationToken) ) : Task
ServiceCommand ( [ method, [ attribute ) : System

Initializes a new instance of the ServiceCommand class.

Method Details

Resolve() public method

Resolves the specified tag.
public Resolve ( FormatWriteContext context, FormatChunk chunk ) : object
context WebApplications.Utilities.Formatting.FormatWriteContext The context.
chunk WebApplications.Utilities.Formatting.FormatChunk The chunk.
return object