C# Класс WebApplications.Utilities.Service.ServiceCommand

Implements a command that can be executed by a service.
Наследование: WebApplications.Utilities.Formatting.Resolvable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ResolveParameter object
RunAsync Task
ServiceCommand System

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

Метод Описание
Resolve ( FormatWriteContext context, FormatChunk chunk ) : object

Resolves the specified tag.

Приватные методы

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

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

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

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.
Результат object