ExecutionTResultExecute Method (String, Boolean) |
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,
bool getResult
)
Public Function Execute (
func As String,
getResult As Boolean
) As IResultCollector(Of TResult)
public:
IResultCollector<TResult>^ Execute(
String^ func,
bool getResult
)
member Execute :
func : string *
getResult : bool -> IResultCollector<'TResult>
Parameters
- func
- Type: SystemString
- getResult
- Type: SystemBoolean
Indicating if results are expected.
Return Value
Type:
IResultCollectorTResult
See Also