Click or drag to resize

ServiceBusServiceGetLatestMessage 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
public virtual Message GetLatestMessage(
	RegistrationRequest topic
)
View Source

Parameters

topic  RegistrationRequest
The topic RegistrationRequest used when registering.

Return Value

Message
The latest Message distributed to the topic subscribers.

Implements

IServiceBusServiceGetLatestMessage(RegistrationRequest)
See Also