Click or drag to resize

IServiceBusServicePublish Method

Sends the message to the ServiceBusService for distribution amongst its registered consumers.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
[OperationContractAttribute]
void Publish(
	Message message
)
View Source

Parameters

message  Message
The Message that is to be distributed.
See Also