Note: This API is now obsolete.
Defines attributes for configuring a cq.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqAttributes>] GemStone.GemFire.CacheCqAttributes
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class CqAttributes : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqAttributes>]
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class CqAttributes
Inherits [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqAttributes>]
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class CqAttributes sealed : public [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqAttributes>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type CqAttributes =
class
inherit [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::CqAttributes>]
end
The CqAttributes type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | getCqListeners |
get all listeners in this attributes
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also