[This is preliminary documentation and is subject to change.]
Contains one of the SIF message types.
| C# | Visual Basic | Visual C++ |
public class SIF_Ack : SifMessagePayload
Public Class SIF_Ack _ Inherits SifMessagePayload
public ref class SIF_Ack : public SifMessagePayload
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIF_AckSIF_AckNew()() |
Creates an instance of a SIF_Ack
| |
| SIF_AckSIF_AckNew(SifVersion) |
Creates an instance of a SIF_Ack
| |
| HasError()() | Determines if this SIF_Ack communicates an error | |
| HasError(Int32, Int32) | Determines if this SIF_Ack contains the specified error code | |
| HasStatusCode(Int32) | Determines if this SIF_Ack has a specific status code. | |
| LogRecv(ILog) | (Overrides SifMessagePayload.LogRecv(ILog).) | |
| LogSend(ILog) | (Overrides SifMessagePayload.LogSend(ILog).) | |
| SIF_Error |
Gets or sets the value of the <SIF_Error> element.
| |
| SIF_Header |
Gets or sets the value of the <SIF_Header> element.
| |
| SIF_OriginalMsgId |
Gets or sets the value of the <SIF_OriginalMsgId> element.
| |
| SIF_OriginalSourceId |
Gets or sets the value of the <SIF_OriginalSourceId> element.
| |
| SIF_Status |
Gets or sets the value of the <SIF_Status> element.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifMessagePayload | ||||
| SIF_Ack | ||||