Enumerated type for expiration (LRU) actions. Contains values for setting an action type.
Logging levels.
Enumerated type for region distribution scope. Contains values for setting Scope.
For Native Clients: Local scope is invalid (it is a non-native client local region), and DistributedAck and DistributedNoAck have the same behavior.
| delegate GemFireException ^ GemStone::GemFire::Cache::CreateException | ( | const gemfire::Exception & | nativeEx | ) |
| public delegate void GemStone::GemFire::Cache::PropertyVisitor | ( | String^ | key, | |
| String^ | value | |||
| ) |
Delegate that represents visitor for the Properties class.
This delegate is passed to the Properties.ForEach function that invokes this delegate for each property having a key and a value.
| key | The key of the property. | |
| value | The value of the property. |
| public delegate IGFSerializable ^ GemStone::GemFire::Cache::TypeFactoryMethod | ( | ) |
Signature of function delegates passed to Serializable.RegisterType. Such functions should return an empty instance of the type they represent. The delegate shall be stored in the internal DelegateWrapper class and an instance will be initialized in the DelegateWrapper.NativeDelegate method, by a call to IGFSerializable.FromData.
| delegate gemfire::Serializable* GemStone::GemFire::Cache::TypeFactoryNativeMethod | ( | ) |
Signature of native function delegates passed to native gemfire::Serializable::registerType. Such functions should return an empty instance of the type they represent. The instance will typically be initialized immediately after creation, by a call to native gemfire::Serializable::fromData.
| delegate IGFSerializable ^ GemStone::GemFire::Cache::WrapperDelegate | ( | gemfire::Serializable * | obj | ) |
Delegate to wrap a native gemfire::Serializable type.
This delegate should return an object of type IGFSerializable given a native object.