Design Pattern Framework 3.5
AcknowledgeType Enumeration
Patterns-In-Action! Application ► ActionService.MessageBase ► AcknowledgeType
Enumeration of message response acknowledgements. This is a simple
enumerated values indicating success of failure.
Declaration Syntax
C# | Visual Basic |
public enum AcknowledgeType
Public Enumeration AcknowledgeType
Members
Member | Description |
---|---|
Failure |
Respresents an failed response.
|
Success |
Represents a successful response.
|