CqAttributesFactory Class |
Note: This API is now obsolete.
Creates instances of CqAttributes.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqAttributesFactory>] GemStone.GemFire.CacheCqAttributesFactory
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 CqAttributesFactory : [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqAttributesFactory>]
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class CqAttributesFactory
Inherits [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqAttributesFactory>]
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class CqAttributesFactory sealed : public [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqAttributesFactory>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type CqAttributesFactory =
class
inherit [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqAttributesFactory>]
end
The CqAttributesFactory type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | AddCqListener |
add a cqListener
|
 | Create |
Creates a CqAttributes with the current settings.
|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | InitCqListeners |
Initialize with an array of listeners
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also