IFixedPartitionResolverTKey, TValueGetPartitionName Method |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxstring GetPartitionName(
EntryEvent<TKey, TValue> opDetails,
ICollection<string> targetPartitions
)
Function GetPartitionName (
opDetails As EntryEvent(Of TKey, TValue),
targetPartitions As ICollection(Of String)
) As String
String^ GetPartitionName(
EntryEvent<TKey, TValue>^ opDetails,
ICollection<String^>^ targetPartitions
)
abstract GetPartitionName :
opDetails : EntryEvent<'TKey, 'TValue> *
targetPartitions : ICollection<string> -> string
Parameters
- opDetails
- Type: GemStone.GemFire.Cache.GenericEntryEventTKey, TValue
- targetPartitions
- Type: System.Collections.GenericICollectionString
Return Value
Type:
String
See Also