SIFWorks ADK 2.0
AckError Method (category, code, desc)
NamespacesEdustructures.SifWorksSifMessagePayloadAckError(SifErrorCategoryCode, Int32, String)

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

Create an error SIF_Ack for this message.
Declaration Syntax
C#Visual BasicVisual C++
public virtual SIF_Ack AckError(
	SifErrorCategoryCode category,
	int code,
	string desc
)
Public Overridable Function AckError ( _
	category As SifErrorCategoryCode, _
	code As Integer, _
	desc As String _
) As SIF_Ack
public:
virtual SIF_Ack^ AckError (
	SifErrorCategoryCode category, 
	int code, 
	String^ desc
)
Parameters
category (SifErrorCategoryCode)
The value of the SIF_Error/SIF_Category element
code (Int32)
The value of the SIF_Error/SIF_Code element
desc (String)
The value of the SIF_Error/SIF_Desc element
Return Value
A new SIF_Ack instance with a SIF_Error element and SIF_Ack header values derived from this message's header values

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