BrokerInterop.PublishMessage(IntPtr, IntPtr, Byte[]) 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.
public virtual bool PublishMessage (IntPtr broker, IntPtr sourceModule, byte[] message);
abstract member PublishMessage : nativeint * nativeint * byte[] -> bool
override this.PublishMessage : nativeint * nativeint * byte[] -> bool
Public Overridable Function PublishMessage (broker As IntPtr, sourceModule As IntPtr, message As Byte()) As Boolean
Parameters
- broker
-
IntPtr
nativeint
- sourceModule
-
IntPtr
nativeint
- message
- Byte[]