Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject.PostProcess Method

Subclasses can override this method to further customize the Region configuration.

[Visual Basic]
Protected Overridable Sub PostProcess( _
   ByVal region As Region _
)
[C#]
protected virtual void PostProcess(
   Region region
);

Parameters

region
The region.

Remarks

Post-process the region object for this factory object during the initialization process. The object is already initialized and configured by the factory object before this method is invoked.

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace