SIFWorks ADK 2.0
AddSIF_SIFNode Method (Type, SifName, SifSourceId, SifMode, SifMaxBufferSize, SifSleeping)
NamespacesEdustructures.SifWorks.InfraSIF_SIFNodesAddSIF_SIFNode(SIF_SIFNodeType, String, String, SIFMode, Nullable<(Of <Int32>)>, YesNo)

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

Adds the value of the <SIF_SIFNode> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddSIF_SIFNode(
	SIF_SIFNodeType Type,
	string SifName,
	string SifSourceId,
	SIFMode SifMode,
	Nullable<int> SifMaxBufferSize,
	YesNo SifSleeping
)
Public Sub AddSIF_SIFNode ( _
	Type As SIF_SIFNodeType, _
	SifName As String, _
	SifSourceId As String, _
	SifMode As SIFMode, _
	SifMaxBufferSize As Nullable(Of Integer), _
	SifSleeping As YesNo _
)
public:
void AddSIF_SIFNode (
	SIF_SIFNodeType^ Type, 
	String^ SifName, 
	String^ SifSourceId, 
	SIFMode^ SifMode, 
	Nullable<int> SifMaxBufferSize, 
	YesNo^ SifSleeping
)
Parameters
Type (SIF_SIFNodeType)
The type of node ("Agent" or "ZIS")
SifName (String)
The descriptive name of the SIF node (i.e. Ramsey Food Services).
SifSourceId (String)
The agent or ZIS identifier. This is the same value that the SIF node would place in any SIF_Header that it would create.
SifMode (SIFMode)
Specifies the communication mode (Pull or Push) as chosen by the message sender.
SifMaxBufferSize (Nullable<(Of <Int32>)>)
Specifies that the ZIS should never send packets larger than this value. Query responses from other providers are controlled by the SIF_MaxBufferSize attribute in the SIF_Request message.
SifSleeping (YesNo)
This element shows whether the SIF node is ready to process messages.
Remarks

This form of setSIF_SIFNode is provided as a convenience method that is functionally equivalent to the method AddSIF_SIFNode

Version: 2.0

Since: 1.1

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