Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Common Namespaces
Crosser.Common.Server Namespaces
Crosser.Common.Server.PubSub
IPubSubHandler Interface
IPubSubHandler Methods
Publish Method
Remove Method
Subscribe Method
Unsubscribe Method
IPubSubHandler
Publish 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#
Copy
Task
Publish
(
PubObject
pub
)
Parameters
pub
Type:
Crosser.Common.Server.PubSub
PubObject
PubObject to publish to all subscribers
Return Value
Type:
Task
See Also
Reference
IPubSubHandler Interface
Crosser.Common.Server.PubSub Namespace