C# 클래스 UncommittedEvent, Runtime

Represent an Event that has not been committed to the Event Store.
상속: Event
파일 보기 프로젝트 열기: dolittle/Runtime 1 사용 예제들

공개 메소드들

메소드 설명
UncommittedEvent ( EventSourceId eventSourceId, Artifact, type, bool isPublic, string content ) : Dolittle.Runtime.Artifacts

Initializes a new instance of the UncommittedEvent class.

메소드 상세

UncommittedEvent() 공개 메소드

Initializes a new instance of the UncommittedEvent class.
public UncommittedEvent ( EventSourceId eventSourceId, Artifact, type, bool isPublic, string content ) : Dolittle.Runtime.Artifacts
eventSourceId EventSourceId The Events EventSourceId.
type Artifact, The representing the type of the Event.
isPublic bool Whether the Event is public.
content string The content of the Event represented as a JSON-encoded .
리턴 Dolittle.Runtime.Artifacts