Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.PostProcessAttributes Method

Indented for subclasses to override and provide additional configuration of the AttributesFactory, for example setting persistence manager option is not currenlty exposed as a public property on the ClientRegionFactoryObject.

[Visual Basic]
Protected Overridable Sub PostProcessAttributes( _
   ByVal attrFactory As AttributesFactory _
)
[C#]
protected virtual void PostProcessAttributes(
   AttributesFactory attrFactory
);

Parameters

attrFactory
The attributes factory.

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace