Click or drag to resize

IServiceBusServiceGetLatestMessage Method

Gets the latest Message distributed to the subscribers of the specified topic.

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

Parameters

topic  RegistrationRequest
The topic RegistrationRequest used when registering.

Return Value

Message
The latest Message distributed to the topic subscribers.
See Also