TheCommRequestResponse..::..PublishRequestJSonAsync Method
Overload List
Name | Description | |
---|---|---|
PublishRequestJSonAsync<(Of <<'(inputT, outputT>)>>)(TheMessageAddress, inputT) |
Sends a message with JSON-serialized parameters to the targetThing and returns the response message as a deserialized object
|
|
PublishRequestJSonAsync<(Of <<'(inputT, outputT>)>>)(TheMessageAddress, TheMessageAddress, inputT) |
Sends a message with JSON-serialized parameters to the targetThing and returns the response message as a deserialized object
|
|
PublishRequestJSonAsync<(Of <<'(inputT, outputT>)>>)(TheMessageAddress, inputT, TimeSpan) |
Sends a message with JSON-serialized parameters to the targetThing and returns the response message as a deserialized object
|
|
PublishRequestJSonAsync<(Of <<'(inputT, outputT>)>>)(TheMessageAddress, TheMessageAddress, inputT, TimeSpan) |
Sends a message with JSON-serialized parameters to the targetThing and returns the payload of the response message as a deserialized object.
|