[This is preliminary documentation and is subject to change.]
Defines SIF 1.0r1 status code constants.
| C# | Visual Basic | Visual C++ |
public class SifStatusCodes
Public Class SifStatusCodes
public ref class SifStatusCodes
| All Members | Constructors | Fields | |||
| Icon | Member | Description |
|---|---|---|
| SifStatusCodesSifStatusCodesNew()() | ||
| ALREADY_PROVIDER_6 | Already registered as a provider of this object ("6") | |
| ALREADY_REGISTERED_4 | Already registered using this protocol ("4") | |
| ALREADY_SUBSCRIBED_5 | Already subscribed to this object ("5") | |
| DUPLICATE_MESSAGE_7 | Already have a message with this MsgId from sender ("7") | |
| FINAL_ACK_3 | Final SIF_Ack. Processing of a previously message acknowledged with INTERMEDIATE_ACK is now complete. Discard the referenced message (Agent only) ("3") | |
| IMMEDIATE_ACK_1 | Immediate SIF_Ack. Message is persisted or processing is complete. Discard the referenced message (Agent only) ("1") | |
| INTERMEDIATE_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") | |
| NO_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") | |
| SLEEPING_8 | Receiver is sleeping ("8") | |
| SUCCESS_0 | Success. SIF_Status / SIF_Data may contain additional data (ZIS only) ("0") |
| Object | |
| SifStatusCodes | |