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: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntax
public Hl7MessageReceivedEventArgs(
	IMessage message,
	Uri solicitorEp,
	Uri receiveEp,
	DateTime timestamp
)

Parameters

message  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  Uri

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

receiveEp  Uri

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

timestamp  DateTime

[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