Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 705 Bytes

IPublisher.Publish_T_(T).md

File metadata and controls

24 lines (15 loc) · 705 Bytes

IPublisher.Publish(T) Method

Publishes a T object.

void Publish<T>(in T message);

Type parameters

T

The type of the object to publish.

Parameters

message T

The object to publish.