Publish(T) Method

Glimpse API

IMessageBroker Publish T  Method Glimpse API Documentation
Publishes the specified message using the type as the topic.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

void Publish<T>(
	T message
)
void Publish<T>(
	T message
)

Parameters

message
Type: T
The message.
Type Parameters

T
Type of the message
See Also