MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx More...
Functions | |
void | csmqmsgque.MqContextC.ProxyForward (MqContextC targetCtx, MqDumpC dump=null, long timeout=(long) MkTimeoutE.DEFAULT) |
C#: → C-API send the entire read-data-package-data to the link-target … | |
void | csmqmsgque.MqContextC.ProxyItem (MqContextC targetCtx) |
C#: → C-API Copy a single-data-item from the sourceCtx to the targetCtx. | |
MqContextC - copy data from the read-data-package of the sourceCtx to the send-data-package of the targetCtx
The proxy-feature is used in a filter-setup to process-and-forward incoming data.
Example: A typical proxy-setup in pseudo C++ code
|
inline |
C#:
→ C-API sourceCtx.ProxyForward(MqContextC targetCtx, MqDumpC dump = null, long timeout = (long)MkTimeoutE.DEFAULT)
send the entire read-data-package-data to the link-target …
Definition at line 955 of file MqContextC.cs.
|
inline |
C#:
→ C-API sourceCtx.ProxyItem(MqContextC targetCtx)
Copy a single-data-item from the sourceCtx to the targetCtx.
Definition at line 963 of file MqContextC.cs.