ExecutionExecute Method (String, Boolean, UInt32) |
Execute a function,
Return resultCollector.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IResultCollector Execute(
string func,
bool getResult,
uint timeout
)
Public Function Execute (
func As String,
getResult As Boolean,
timeout As UInteger
) As IResultCollector
public:
IResultCollector^ Execute(
String^ func,
bool getResult,
unsigned int timeout
)
member Execute :
func : string *
getResult : bool *
timeout : uint32 -> IResultCollector
Parameters
- func
- Type: SystemString
- getResult
- Type: SystemBoolean
Indicating if results are expected. - timeout
- Type: SystemUInt32
Value to wait for the operation to finish before timing out.
Return Value
Type:
IResultCollector
See Also