CqAttributesFactoryTKey, TResult Constructor (CqAttributesTKey, TResult) |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqAttributesFactory(
CqAttributes<TKey, TResult> cqAttributes
)
Public Sub New (
cqAttributes As CqAttributes(Of TKey, TResult)
)
public:
CqAttributesFactory(
CqAttributes<TKey, TResult>^ cqAttributes
)
new :
cqAttributes : CqAttributes<'TKey, 'TResult> -> CqAttributesFactory
Parameters
- cqAttributes
- Type: GemStone.GemFire.Cache.GenericCqAttributesTKey, TResult
See Also