CqAttributesFactoryTKey, TResultCreate Method |
Creates a CqAttributes with the current settings.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CqAttributes<TKey, TResult> Create()
Public Function Create As CqAttributes(Of TKey, TResult)
public:
CqAttributes<TKey, TResult>^ Create()
member Create : unit -> CqAttributes<'TKey, 'TResult>
Return Value
Type:
CqAttributesTKey,
TResult
See Also