API Guides > ConceptRT 3.x
DynamicInvocationServerChannelUdp Class Reference

Dynamic invocation server channel udp. More...

Detailed Description

Dynamic invocation server channel udp.

+ Inheritance diagram for DynamicInvocationServerChannelUdp:

Public Member Methods

 DynamicInvocationServerChannelUdp (Int32 port)
 Constructor. More...
 
const DynamicInvocationRequestGetInvocationRequest ()
 Gets the invocation request. More...
 
DynamicInvocationResultGetInvocationResult ()
 Gets the invocation result. More...
 
bool WaitInvocation (TimeSpan timeOut=TimeInfinite)
 Wait invocation. More...
 
void NotifyInvocationProcessed ()
 Notifies the invocation processed. More...
 
- Public Member Methods inherited from DynamicInvocationServerChannel
void ExecuteInvocation (IInvocable &rootObject)
 Executes the invocation operation. More...
 

Constructor & Destructor Documentation

Constructor.

Parameters
portThe port number.

Methods Documentation

const DynamicInvocationRequest& GetInvocationRequest ( )
virtual

Gets the invocation request.

Returns
The invocation request.

Implements DynamicInvocationServerChannel.

DynamicInvocationResult& GetInvocationResult ( )
virtual

Gets the invocation result.

Returns
The invocation result.

Implements DynamicInvocationServerChannel.

void NotifyInvocationProcessed ( )
virtual

Notifies the invocation processed.

Implements DynamicInvocationServerChannel.

bool WaitInvocation ( TimeSpan  timeOut = TimeInfinite)
virtual

Wait invocation.

Parameters
timeOut(optional) the time out.
Returns
true if it invocation is pending, false if timeout occurs.

Implements DynamicInvocationServerChannel.