Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
HandleExecution ( IReceivedMessage |
Handles processing of linq expression tree messages.
|
|
MessageMethodHandling ( IExpressionSerializer serializer, IQueueContainer queueContainer, ILogFactory log, ILinqCompiler linqCompiler, ICompositeSerialization compositeSerialization ) : System |
Initializes a new instance of the MessageMethodHandling class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
Method | Description | |
---|---|---|
CreateRpcModuleIfNeeded ( IConnectionInformation connection ) : void |
Creates an RPC module for sending responses if one does not already exist. The connection is used as the key |
|
HandleAction ( Action |
Runs a compiled linq expression.
|
|
HandleAction ( IReceivedMessage |
De-serializes and runs a compiled linq expression.
|
|
HandleFunction ( Func |
De-serializes and runs a compiled linq func expression.
|
|
HandleFunction ( IReceivedMessage |
De-serializes and runs a compiled linq func expression.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public HandleExecution ( IReceivedMessage |
||
receivedMessage | IReceivedMessage |
The received message. |
workerNotification | IWorkerNotification | The worker notification. |
return | void |
public MessageMethodHandling ( IExpressionSerializer serializer, IQueueContainer queueContainer, ILogFactory log, ILinqCompiler linqCompiler, ICompositeSerialization compositeSerialization ) : System | ||
serializer | IExpressionSerializer | The serializer. |
queueContainer | IQueueContainer | The queue container. |
log | ILogFactory | The log. |
linqCompiler | ILinqCompiler | The method compiler. |
compositeSerialization | ICompositeSerialization | The composite serialization. |
return | System |
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
return | void |