IResultCollectorTResultGetResult Method (UInt32) |
get result
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxICollection<TResult> GetResult(
uint timeout
)
Function GetResult (
timeout As UInteger
) As ICollection(Of TResult)
ICollection<TResult>^ GetResult(
unsigned int timeout
)
abstract GetResult :
timeout : uint32 -> ICollection<'TResult>
Parameters
- timeout
- Type: SystemUInt32
Return Value
Type:
ICollectionTResult
See Also