SIFWorks ADK 2.0
SifStatusCodes Class
NamespacesEdustructures.SifWorksSifStatusCodes

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

Defines SIF 1.0r1 status code constants.
Declaration Syntax
C#Visual BasicVisual C++
public class SifStatusCodes
Public Class SifStatusCodes
public ref class SifStatusCodes
Members
All MembersConstructorsFields



IconMemberDescription
SifStatusCodesSifStatusCodesNew()()
static memberALREADY_PROVIDER_6
Already registered as a provider of this object ("6")

static memberALREADY_REGISTERED_4
Already registered using this protocol ("4")

static memberALREADY_SUBSCRIBED_5
Already subscribed to this object ("5")

static memberDUPLICATE_MESSAGE_7
Already have a message with this MsgId from sender ("7")

static memberFINAL_ACK_3
Final SIF_Ack. Processing of a previously message acknowledged with INTERMEDIATE_ACK is now complete. Discard the referenced message (Agent only) ("3")

static memberIMMEDIATE_ACK_1
Immediate SIF_Ack. Message is persisted or processing is complete. Discard the referenced message (Agent only) ("1")

static memberINTERMEDIATE_ACK_2
Intermediate SIF_Ack. Message processing will take time. The message referenced must still be persisted. Expect a FINAL_ACK at a later time (Agent only) ("2")

static memberNO_MESSAGES_9
No messages available. This is returned when an agent is trying to pull messages from a ZIS and there are no messages available ("9")

static memberSLEEPING_8
Receiver is sleeping ("8")

static memberSUCCESS_0
Success. SIF_Status / SIF_Data may contain additional data (ZIS only) ("0")

Inheritance Hierarchy
Object
SifStatusCodes

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