Click or drag to resize

Hl7MessageReceivedEventArgs Constructor

Creates a new instance of the Hl7MessageReceivedEventArgs

Namespace:  SanteDB.Messaging.HL7.TransportProtocol
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
public Hl7MessageReceivedEventArgs(
	IMessage message,
	Uri solicitorEp,
	Uri receiveEp,
	DateTime timestamp
)

Parameters

message
Type: IMessage

[Missing <param name="message"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.Hl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime)"]

solicitorEp
Type: SystemUri

[Missing <param name="solicitorEp"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.Hl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime)"]

receiveEp
Type: SystemUri

[Missing <param name="receiveEp"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.Hl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime)"]

timestamp
Type: SystemDateTime

[Missing <param name="timestamp"/> documentation for "M:SanteDB.Messaging.HL7.TransportProtocol.Hl7MessageReceivedEventArgs.#ctor(NHapi.Base.Model.IMessage,System.Uri,System.Uri,System.DateTime)"]

See Also