C-DEngine 5.105

TheCommRequestResponse..::..PublishRequestJSonAsync Method

Overload List


  Name Description
Public method Static member 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
Public method Static member 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
Public method Static member 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
Public method Static member 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.