Click or drag to resize

IServiceBusServiceCallback Interface

Defines a callback contract that must be implemented by clients of ServiceBusService for receiving Messages.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
public interface IServiceBusServiceCallback
View Source

The IServiceBusServiceCallback type exposes the following members.

Methods
 NameDescription
Public methodProcessMessage Invoked when a new Message is received from the ServiceBusService.
Top
See Also