SIFWorks ADK 2.0
ackStatus Method (code)
NamespacesEdustructures.SifWorksSifMessagePayloadackStatus(Int32)

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

Create a SIF_Ack for this message.
Declaration Syntax
C#Visual BasicVisual C++
public virtual SIF_Ack ackStatus(
	int code
)
Public Overridable Function ackStatus ( _
	code As Integer _
) As SIF_Ack
public:
virtual SIF_Ack^ ackStatus (
	int code
)
Parameters
code (Int32)
The SIF_Status/SIF_Code value
Return Value
A new SIF_Ack instance where the SIF_Status/SIF_Code value is set to the specified value and SIF_Ack header values are derived from this message's header values

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