C# 클래스 WebApplications.Utilities.Service.ServiceCommand

Implements a command that can be executed by a service.
상속: WebApplications.Utilities.Formatting.Resolvable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

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