Design Pattern Framework 3.5
Acknowledge Field
Patterns-In-Action! Application ► ActionService.MessageBase ► ResponseBase ► Acknowledge
A flag indicating success or failure of the web service response back to the
client. Default is success. Ebay.com uses this model.
Declaration Syntax
C# | Visual Basic |
public AcknowledgeType Acknowledge
Public Acknowledge As AcknowledgeType