Click or drag to resize

IPubSubHandlerPublish Method

Send the message to all subscribers matching

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Task Publish(
	PubObject pub
)

Parameters

pub
Type: Crosser.Common.Server.PubSubPubObject
PubObject to publish to all subscribers

Return Value

Type: Task
See Also