[This is preliminary documentation and is subject to change.]
Adds the value of the <SIF_SIFNode> element.
| C# | Visual Basic | Visual C++ |
public void AddSIF_SIFNode( SIF_SIFNodeType Type, string SifName, string SifSourceId, SIFMode SifMode, Nullable<int> SifMaxBufferSize, YesNo SifSleeping )
- 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.
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