CqAttributesTKey, TResult Class |
Defines attributes for configuring a cq.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::CqAttributes>] GemStone.GemFire.Cache.GenericCqAttributesTKey, TResult
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic sealed class CqAttributes<TKey, TResult> : [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::CqAttributes>]
Public NotInheritable Class CqAttributes(Of TKey, TResult)
Inherits [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::CqAttributes>]
generic<typename TKey, typename TResult>
public ref class CqAttributes sealed : public [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::CqAttributes>]
[<SealedAttribute>]
type CqAttributes<'TKey, 'TResult> =
class
inherit [T:GemStone.GemFire.Cache.Generic.Internal.SBWrap<gemfire::CqAttributes>]
end
Type Parameters
- TKey
- TResult
The CqAttributesTKey, TResult 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