C# Class WebApplications.Utilities.Service.ServiceCommand

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

Private Properties

Свойство Type Description
ResolveParameter object
RunAsync Task
ServiceCommand System

Méthodes publiques

Méthode Description
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Private Methods

Méthode 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 méthode

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.
Résultat object