SIFWorks ADK 2.0
SetSIF_Header Method (SifMsgId, SifTimestamp, SifSourceId)
NamespacesEdustructures.SifWorks.InfraSIF_LogEntryHeaderSetSIF_Header(String, Nullable<(Of <DateTime>)>, String)

[This is preliminary documentation and is subject to change.]

Sets the value of the <SIF_Header> element.
Declaration Syntax
C#Visual BasicVisual C++
public void SetSIF_Header(
	string SifMsgId,
	Nullable<DateTime> SifTimestamp,
	string SifSourceId
)
Public Sub SetSIF_Header ( _
	SifMsgId As String, _
	SifTimestamp As Nullable(Of DateTime), _
	SifSourceId As String _
)
public:
void SetSIF_Header (
	String^ SifMsgId, 
	Nullable<DateTime> SifTimestamp, 
	String^ SifSourceId
)
Parameters
SifMsgId (String)
SIF_MsgId is a globally unique message identifier from the Agent or ZIS that sends out the message.
SifTimestamp (Nullable<(Of <DateTime>)>)
Timestamp of when the message was sent.
SifSourceId (String)
The SIF_SourceId is the ID of the originator of the message. Each source needs to have a zone unique case-sensitive identifier.
Remarks

This form of setSIF_Header is provided as a convenience method that is functionally equivalent to the SIF_Header

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10