JAMS Developer Guide
SuccessOrFailure Enumeration


MVPSI.JAMS Namespace : SuccessOrFailure Enumeration
USed to specify if we are looking for success, failure or any.
Syntax
'Declaration
 
Public Enum SuccessOrFailure 
   Inherits System.Enum
'Usage
 
Dim instance As SuccessOrFailure
public enum SuccessOrFailure : System.Enum 
Members
MemberDescription
AnyAny completion status
FailureA failed completion
SuccessA successful completion
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.SuccessOrFailure

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace