MessageBus::CreateTopic Method

.NET Framework 4.5

Creates a topic for the specified key.

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

protected:
virtual Topic^ CreateTopic(
	String^ key
)

Parameters

key
Type: System::String
The key to create the topic for.

Return Value

Type: Microsoft.AspNet.SignalR.Messaging::Topic
A Topic for the specified key.
Show: