Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
RpcMethodQueue ( MessageExpression>.IRpcQueue |
Initializes a new instance of the RpcMethodQueue class.
|
|
Send ( Expression |
Sends the specified linqExpression for execution. Your expression must return a type of object, or the JSON serializer may throw casting errors |
|
Send ( |
Sends the specified linqExpression for execution. Your expression must return a type of object, or the JSON serializer may throw casting errors |
|
SendAsync ( Expression |
Sends the specified linqExpression for execution. Your expression must return a type of object, or the JSON serializer may throw casting errors |
|
SendAsync ( |
Sends the specified linqExpression for execution. Your expression must return a type of object, or the JSON serializer may throw casting errors |
|
Start ( ) : void |
Starts the queue. This must be called after setting any configuration options, and before sending any messages. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public RpcMethodQueue ( MessageExpression>.IRpcQueue | ||
queue | MessageExpression>.IRpcQueue | The queue. |
serializer | IExpressionSerializer | The serializer. |
compositeSerialization | ICompositeSerialization | The composite serialization. |
return | System |
public Send ( Expression |
||
method | Expression |
The linqExpression. |
timeOut | System.TimeSpan | The time out. |
data | IAdditionalMessageData | The data. |
return | IReceivedMessage |
public Send ( |
||
linqExpression | The linqExpression. | |
timeOut | System.TimeSpan | The time out. |
data | IAdditionalMessageData | The data. |
return | IReceivedMessage |
public SendAsync ( Expression |
||
method | Expression |
The linqExpression. |
timeOut | System.TimeSpan | The time out. |
data | IAdditionalMessageData | The data. |
return | Task |
public SendAsync ( |
||
linqExpression | The linqExpression. | |
timeOut | System.TimeSpan | The time out. |
data | IAdditionalMessageData | The data. |
return | Task |