ExecutionTResultWithArgsTArgs Method |
Add an argument,
Return self.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Execution<TResult> WithArgs<TArgs>(
TArgs args
)
Public Function WithArgs(Of TArgs) (
args As TArgs
) As Execution(Of TResult)
public:
generic<typename TArgs>
Execution<TResult>^ WithArgs(
TArgs args
)
member WithArgs :
args : 'TArgs -> Execution<'TResult>
Parameters
- args
- Type: TArgs
Type Parameters
- TArgs
Return Value
Type:
ExecutionTResult
See Also