C# 클래스 System.Reactive.Envelope

Represents the event sent and received from a stream. It contains the body of the event, various metadata describing the event.
상속: IEnvelope
파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 메소드들

메소드 설명
Envelope ( DateTimeOffset occurrenceTime, DateTimeOffset receivedTime, string protocol, string source, string typeId, byte payload, object payloadInstance ) : System

Initializes a new instance of the Envelope class.

메소드 상세

Envelope() 공개 메소드

Initializes a new instance of the Envelope class.
public Envelope ( DateTimeOffset occurrenceTime, DateTimeOffset receivedTime, string protocol, string source, string typeId, byte payload, object payloadInstance ) : System
occurrenceTime DateTimeOffset The occurrence time.
receivedTime DateTimeOffset The received time.
protocol string The protocol.
source string The source.
typeId string The type identifier.
payload byte The payload.
payloadInstance object The payload instance.
리턴 System