IPipe<TMessage>.Send(TMessage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The caller relinquishes ownership of the msg
object.
public void Send (TMessage msg);
abstract member Send : 'Message -> unit
Public Sub Send (msg As TMessage)
Parameters
- msg
- TMessage