ExecutionTResultExecute Method (String) |
Execute a function,
Return resultCollector.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IResultCollector<TResult> Execute(
string func
)
Public Function Execute (
func As String
) As IResultCollector(Of TResult)
public:
IResultCollector<TResult>^ Execute(
String^ func
)
member Execute :
func : string -> IResultCollector<'TResult>
Parameters
- func
- Type: SystemString
Return Value
Type:
IResultCollectorTResult
See Also