API Guides > ConceptRT 3.x
DynamicInvocationClientChannelMemory< DataSize > Class Template Reference

Dynamic invocation client channel memory. More...

Detailed Description

template<Int32 DataSize>
class ConceptRT::DynamicInvocationClientChannelMemory< DataSize >

Dynamic invocation client channel memory.

+ Inheritance diagram for DynamicInvocationClientChannelMemory< DataSize >:

Public Member Methods

 DynamicInvocationClientChannelMemory (IInvocable &root)
 Constructor. More...
 
- Public Member Methods inherited from BaseDynamicInvocationClientChannelMemory
DynamicInvocationRequestGetInvocationRequest ()
 Gets the invocation request. More...
 
bool Lock (TimeSpan timeOut=TimeInfinite)
 Locks. More...
 
bool PerformInvocation (TimeSpan timeOut=TimeInfinite)
 Perform invocation. More...
 
const DynamicInvocationResultGetInvocationResult ()
 Gets the invocation result. More...
 
void Unlock ()
 Unlocks this object. More...
 

Constructor & Destructor Documentation

Constructor.

Parameters
root[in,out] The root.