Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class CPResponseBaseClass
C#
public abstract class CPResponseBaseClass
C++
ref class CPResponseBaseClass abstract 
J#
public  class CPResponseBaseClass
JScript
public  class CPResponseBaseClass

Inheritance Hierarchy

System.Object
   Contensive.BaseClasses.CPResponseBaseClass

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also